Create custom workflow D365 finance & Operations
Create custom workflow D365 finance & Operations Create customized workflow on service management module for service agreement. There isn’t any workflow available for this module. Enum add field on the table query workflow category workflow type workflow Approval add workflow approval to workflow type Enable workflow on form Create workflow Difference between AX 2012 and D365 F&O Customizing workflow, which I came across, is the extension of methods on table as overlayering is now not allowed on D365 F&O. The rest of the process is the same. Create Enum Create new enum for the workflow status Create a new field on the table . Here we use a table SMAAgreementTable. Create extension of table and Drag enum to table. Create methods on table Create a new class. Name it “ devSMAAgreementTable_Extension” Extend for table “SMAAgreementTable”. Create methods canSubmitToWorkflow UpdateCustWorkflowState “canSubmitToWorkflow” method will be using a chain of command. (...