Thursday, February 23, 2017

AX 2012 Import Master and Setup DATA through Excel Add ins

http://daxmusings.codecrib.com/2012/01/importing-data-to-ax-2012-using-excel.html

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

validateExistCommonRecord(     RefTableId _refTableId,     RefRecId _refRecId) {     boolean ret = true;     if (!_refTableId || !_refRecId)...