How to do it...

Carry out the following steps in order to complete this recipe:

  1. In the VS project , create a new class called CustBalanceDataContract with the following code snippet:
        [ 
        DataContractAttribute, 
        SysOperationContractProcessingAttribute        (classStr(CustBalanceUIBuilder)), 
        SysOperationGroupAttribute        ('Date',"@ApplicationPlatform:SingleSpace", '1') 
        ]         class CustBalanceDataContract implementsSysOperationValidatable 
        {       
           NoYesId     allowModifyDate; 
           TransDate   transDate; 
           str packedQuery; 
 
           /// <summary> 
           /// Gets or sets the value of the datacontract parameter                DateTransactionDate.
           /// </summary> 
           /// <param name="_transDate"> 
           /// The new value of the datacontract parameter  DateTransactionDate; /// </param> /// <returns> /// The current value ...

Get Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.