Skip to main content

Posts

Showing posts with the label Workflows

Develop Custom Workflow:Counting Journals workflow

In this blog, you will learn how to develop a custom workflow that is not present out of the box in D365 Finance. For this blog I’m creating a workflow for Counting Journal ( Inventory management>>Journal Entries>>Item Counting>>Counting ) because there is no such workflow for inventory management module. The followings are steps that are to be followed. Steps:- 1.        Create a base Enum for Document Status 2.        Create a table extension and add Enum to table 3.        Add document status field to form extension 4.        Create query 5.        Create workflow category 6.        Create a workflow type 7.        Now add can submit workflow and updateworkflow methods to tables class extension 8.        Upda...