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)

Can we edit a field on a form if its allow edit property is "No" on the data source table of that field using code.

(0) ShareShare
ReportReport
Posted on by 518

Hello all,

Can we edit a field on a form if its allow edit property is "No" on the data source table of that field using code.

Thank You

Siddhant 

*This post is locked for comments

  • Suggested answer
    Khurshid Wali Profile Picture
    928 on at

    Hi Siddhant Singh,

    Yes, we can change the Value using X++ method. but we have to refresh the form to update its value on form.

    regards,

    Khurshid wali

  • André Arnaud de Calavon Profile Picture
    307,097 Super User 2026 Season 2 on at

    Hi Siddhant,

    Can you explain your scenario? Possibly an edit method on the form would be an easy solution.

  • Siddhant Singh Profile Picture
    518 on at

    Hi Andre,

    Previously forced to “No” the property “AllowEdit” of both ShippingDateRequested and ReceiptDateRequested of SalesTable datasource on SalesTable form.

    We are now asked to let the user modify those data if bfpSalesType.field is activated for the sales type of the specific order then user can modify those 2 dates.

  • Suggested answer
    nmaenpaa Profile Picture
    101,172 Moderator on at

    If the original AllowEdit:No in the table fields is something you have done, why not just remove that change and allow user to edit those fields. Then on form level you can set AllowEdit to No if your condition is not met.

    If that's not feasible you have to use an edit method, or a dialog to let the user change the value.

  • Siddhant Singh Profile Picture
    518 on at

    Hi Nikolaos,

    AllowEdit:No is on Form Level.

    I have written this code on Data Source level.

    and then called it on modified method of the field.

    public void enableFields()

    {

       SalesTable_ds.object(fieldNum(SalesTable, ShippingDateRequested)).enabled(bfpSalesType.Field);

       SalesTable_ds.object(fieldNum(SalesTable, ReceiptDateRequested)).enabled(bfpSalesType.Field);

    }

  • Suggested answer
    nmaenpaa Profile Picture
    101,172 Moderator on at

    Ok, then just set AllowEdit:Yes on the form level and change AllowEdit of those fields based on your criteria.

    Please note that it's not enough to call your logic in the modified method of the field. You also need to call it in the active method of the data source. This way the logic is run every time the user selects another sales order.

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 July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans