Notifications
Announcements
No record found.
. 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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 646 Most Valuable Professional
André Arnaud de Cal... 529 Super User 2025 Season 2
Sohaib Cheema 285 User Group Leader