Monday, September 12, 2016

Clean up Ax Build Log file ax 2012

//Clean up Ax Build Log file ax 2012

ax32.exe -startupCmd=importandcompileaxbuildlog_C:\Program Files\MicrosoftDynamicsAX\60\Server\FCCTEST\Log\AxCompileAll.html

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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