HI
I have a field named "editvalue"
If editvalue=false then I want to disable all the by default action provided by the business central.
Suppose in the page I have taken Pagetype=Card, it will give the new, edit, delete and other options, so I want to disable these actions.
If I set
InsertAllowed =false;
DeleteAllowed=false;
then it is working but I could not control these properties dynamically.
Thanks