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

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Locking Flip Switch control

(0) ShareShare
ReportReport
Posted on by 35

Hi,

Is it possible to lock the control flip swith ?

Locking by field properties don't work.

pastedimage1585741920313v1.png

I have the same question (0)
  • Verified answer
    cloflyMao Profile Picture
    25,210 on at
    RE: Locking Flip Switch control

    Hi Olegof,

    This option will just make the field can't be deleted from form.

    To lock a field as what you expect, there are three methods:

    1. Create a business rule for form,

    pastedimage1585791387154v1.png

    set a specific field based on some condition,

    e.g: if contact last name contains data, then block a custom field called "GDPR Consent":

    pastedimage1585790842261v2.png

    pastedimage1585790862321v3.png

    save and active the rule:(I set rule scope to All forms, which means that the field will be locked for all forms.)

    pastedimage1585790914098v4.png

    2. Add a cutom javascript function to form, execute it at form onLoad event.

    formContext.getControl("new_gdprconsent").setDisabled(true); (parameter inside getControl function is logical name of field.)

    Please read this article for how to use formContext: 

    https://carldesouza.com/using-formcontext-in-dynamics-365/

    3. Instead checking "Field is read-only" option to always lock the field.

    pastedimage1585796944499v1.png

    No matter which method you take, remember to save and publish form.

    Result:

    Flip switch will be gray out:

    pastedimage1585791340456v5.png

    Regards,

    Clofly

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Sahan Hasitha Profile Picture

Sahan Hasitha 394

#2
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 123

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 115 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans