Hi,
This is my first time creating a custom workflow.
I was referring to this article to create custom workflow for SalesTable https://devmusings.blog/2018/03/18/custom-workflows-in-microsoft-dynamics-365-for-operations/
I added canSubmitToWorkflow() & updateWorkflowStatus() method on SalesTable using CoC.
Submit menu item points to correct submit manager class.
In SalesTable form, I already modified Workflow Data Source, Workflow Enabled & Workflow Type properties.
However, the workflow button is not appearing when I open the form.
What else do I need to verify?
Thank you.