Sunday, July 3, 2016

Ax help development Guide

//Ax help development Guide

https://ax.help.dynamics.com/en/wiki/technical-concepts-guide/

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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