Sunday, March 26, 2017

Get workflow is Active or not in AX 2012

//Get workflow is Active or not in AX 2012

!WorkflowTable::findActiveTemplate(workFlowTypeStr(#workflowTypeName))

No comments:

Post a Comment

validateExistCommonRecord in D365FO X++

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