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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to enable Workflow Properties Extension Form Design Node

(0) ShareShare
ReportReport
Posted on by 5,682

Hi All,

Now am trying to customize custom workflow for D365 Customer form master. I am using Extension concept for developing this workflow.

When am trying to enable Customer Extension form Design node workflow properties, properties are grayed out. I am not able to edit those properties.

Find the below screen shot for reference.,

5100.Capture.PNG

How to achieve this one for development step of custom workflow in existing form extension methodology.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Joris dG Profile Picture
    17,780 on at

    Please keep an eye on the roadmap website. This feature is not there but is in the backlog to be added as an extension feature. Since this is a framework feature I would expect this to be released in a platform update once it's available.

  • Suggested answer
    Shahrukh Profile Picture
    501 on at

    Hi Karthik,

    We can actually achieve this workflow feature using extensions. 

    Yes, you can't directly change the design properties in form extension but we have a work around for this.

    Simply get OnInitialized event of primary data source for your form and then get the design node and change its properties. Code is given below.

    [FormDataSourceEventHandler(formDataSourceStr(MyForm, PrimaryDataSourceOfForm), FormDataSourceEventType::Initialized)]
    public static void MyForm_OnInitialized(FormDataSource sender, FormDataSourceEventArgs e)
    {
        sender.formRun().design().workflowDatasource(Name);
        sender.formRun().design().workflowEnabled(true);
        sender.formRun().design().workflowType("type");
    }

  • JulienH Profile Picture
    on at

    Thank you for your answer!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans