Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Want to lock certain fields on Editable Grids as per value of a field on the form.

Posted on by

I am using an Editable (OOB) Grid on my form. I have a statuscode field on the form too, who's value will decide what fields will be locked (read-only) or not (editable) on the grid.

How do I achieve this, via JavaScript or some OOB way preferably?

*This post is locked for comments

  • Suggested answer
    Rajkumar Rajaraman Profile Picture
    Rajkumar Rajaraman 18,108 on at
    RE: Want to lock certain fields on Editable Grids as per value of a field on the form.

    Refer this:

    community.dynamics.com/.../know-how-editable-grid-disable-fields-conditionally-using-javascript-dynamics-crm-d365-d365-editablegrid-1

    Hope this helps

  • Suggested answer
    Alex Fun Wei Jie Profile Picture
    Alex Fun Wei Jie 33,626 on at
    RE: Want to lock certain fields on Editable Grids as per value of a field on the form.

    Hi ,

    refer the below post

    community.dynamics.com/.../780226

  • Suggested answer
    sandeepc Profile Picture
    sandeepc 5,005 on at
    RE: Want to lock certain fields on Editable Grids as per value of a field on the form.

    u can acheive by javascript

    function lockingfieldsEditablegrid(executionContext)

    {

    var entityObject = executionContext.getFormContext().data.entity;

    var statusCode = entityObject.attributes.getByName("new_statuscode").controls.getByIndex(0).setDisabled(true);

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans