Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

How to conditionally make the field in list page editable/non-editable based on other fields?

(0) ShareShare
ReportReport
Posted on by 558
Hi Guys,
       I am currently working on a list page where i have to make the field editable/non-editable based on the changes of two other fields conditionally.
 
       I have declared a global variable of boolean type(isEditable) and tried to set the value using a condition and it is not worked. I have used the below trigger on the field which is supposed to change editable/non-editable based on condition
 
​
trigger OnValidate()
begin  
      if rec.field1=value1 and rec.field2=value2 then
          isEditable:=false;       
end;
​
        Is there any other way to make this work?
      
        Any help on this would be much appreciated.
 
Thanks,
Tamilarasu Arunachalam
 
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 77,925 Super User 2025 Season 1 on at
    How to conditionally make the field in list page editable/non-editable based on other fields?
    Hi, hope the following helps.
    Switching a page to non-editable in real time via a field value
     
     
    Thanks.
    ZHU

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans