Monday, October 13, 2014

How to call datasource methods by code in AX.

Hi,

TableName_ds.object(fieldnum(TableName,FeildName)).method();
RESRentAgreementCreationTmp_ds.object(fieldnum(RESRentAgreementCreationTmp,StartDate)).modified();

Regards,
Alfasith Ismail

No comments:

Post a Comment