Friday, February 7, 2020

Configure custom file format for ISO20022 CT Generic Electronic reporting in D365FO

Document reference: 

To downlaod docs

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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