Announcements
. I am working on d365 Update 33 with version 10.0.9 .I am trying to develop OOTB workflow for Customer, sales and vendor ,All other Workflows working fine on this machine . The Issue is workflow button is not appearing on customer and vendor form after configuration .I wrote can submit workflow Post event handler, but its not working .Debugger is not going to hit at Can Submit Workflow method .
kindly Guide me how resolve this .
Hi Kainaat,
Did you activate the workflow? Also, after setting up the workflow, did you test by creating new records?
Hi,
Is your active change management is enabled to "YES"?
And, is your workflow active?
Hi, Try to use CoC as follows:
[ExtensionOf(tableStr(VendTable))] final class VendTable_CoC_Extension { public boolean canSubmitToWorkflow() { boolean ret; ret = next canSubmitToWorkflow(); if(this.RecId && this.WorkflowState == WorkflowState::notSubmitted) { ret = true; } return ret; } }
Regards,
Moeen Ahmed Sultan | Sr. Technical Consultant | Blog | GitHub
Yes, the workflow is activated, and I have tested this by creating new records. Still Workflow Button is not appearing.
Yes, Workflow is activated ,and active change management is enabled yes.
Yes, I have tried this but same issue occurred.
Please verify if you are testing with new records and not with existing ones.
This seems verified by still now resolved.
Confirm if this is still an issue?
Still same issue.
Okay,
Can you check if the vendor account is enabled change management to yes? and also check the if the override settings is set to yes?
You will get some idea from this blog
community.dynamics.com/.../tips-to-avoid-po-workflow-to-save-time
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 393 Super User 2026 Season 1
Subra 385
Martin Dráb 252 Most Valuable Professional