Sunday, May 28, 2017

Deploy EP sites

cd C:\Program Files\Microsoft Dynamics AX\60\Setup


AxUpdatePortal -updateWebSites -iisreset -verbose > "C:\EPUpdate.log"

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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