web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

workflow Button is not displaying on a form

(0) ShareShare
ReportReport
Posted on by

. 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 .

6685.Capture.PNG

kindly Guide me how resolve this .

I have the same question (0)
  • Gunjan Bhattachayya Profile Picture
    35,429 on at

    Hi Kainaat,

    Did you activate the workflow? Also, after setting up the workflow, did you test by creating new records?

  • Verified answer
    Ramit Paul Profile Picture
    22,809 Most Valuable Professional on at

    Hi,

    Is your active change management is enabled to "YES"?

    And, is your workflow active?

  • Suggested answer
    Moeen Ahmed Sultan Profile Picture
    1,402 on at

    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 

  • Community Member Profile Picture
    on at

    Yes, the workflow is activated, and I have tested this by creating new records. Still Workflow  Button is not appearing.

  • Community Member Profile Picture
    on at

    Yes, Workflow is activated ,and active change management is enabled yes.

  • Community Member Profile Picture
    on at

    Yes, I have tried this but same issue occurred.

  • Gunjan Bhattachayya Profile Picture
    35,429 on at

    Please verify if you are testing with new records and not with existing ones.

  • Ramit Paul Profile Picture
    22,809 Most Valuable Professional on at

    Hi,

    This seems verified by still now resolved.

    Confirm if this is still an issue?

  • Suggested answer
    Community Member Profile Picture
    on at

    Still same issue.

  • Suggested answer
    Ramit Paul Profile Picture
    22,809 Most Valuable Professional on at

    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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 382 Super User 2026 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 265 Most Valuable Professional

#3
Subra Profile Picture

Subra 262

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans