04 May 2018

Form Data source field modifed event usage in D365 of AX7

Form Data source field modifed event usage in D365 of AX7

sender.datasource().object(fieldNum(LedgerParameters, Field)).enabled(false);

No comments:

Post a Comment

Give me the commetns and solutions

Service class to get the selected record and deleted matching records and refresh the form data source in D365 F&O

 [DataContractAttribute] class ABCUserProfilesBulkDeleteContract {         UserId userId;     [DataMemberAttribute('UserId')]     pu...