Thursday, February 23, 2017

Dynamics 365 Import Excel Add ins

https://www.linkedin.com/pulse/dynamics-365-import-financial-dimension-values-sten-baumgarten

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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