Monday, February 16, 2026

Custom workflow with drop dialog as standard in d365fo

 If we want get output of workflow like dropdialog as some of standard workflows please follow steps

output expected:-

Step1:-Please develop basic workflow first by using link below

https://manidynamics.blogspot.com/2026/02/custom-workflow-in-d365fo.html

Step2:-Go to any standard forms , here i have chosen Purchtable confirm workflow and locate control as shown in below

Step3:-Go to that form and duplicate similar to your project as shown in below

Step4:-Change cord in Formlevel replace with your table and workflowtype names and in cansubmit instead caller use record.cansubmitworkflow

Step5:-Create  a display menuitem for this form

Step6:-Create a buttongroup control and add button and give properties of menuitem created in above step.Also change normalimage property to Workflow as shown in below

Step7:-Remove formdesign properties workflowtype 

Output :-

configure workflow in frontend .

Thankyou!!

No comments:

Post a Comment

Generate entity diagram in d365fo

 Today in this blog we learn about how to see relations between tables in pictorial representation. Step1:- Navigate to Github  https://gith...