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

Get or set adjust tax calculated amount using TAXDOCUMENT framework (Tax calculation service) in D365FO

 //Get or adjust tax calculation using TAXDOCUMENT framework (Tax calculation service) TaxRegulation taxRegulationDetail; TmpTaxRegulation  ...