You need to sign in to do that
Don't have an account?

Restrict user to edit field via code
Hi All,
I want that in my if statement like if(Field1==true) //this is a checkbox field
{
Restrict user to fill the Field2 & Field3 //this two fields are picklist field
}
All this three fields are on same object that is "Acccount:" let me know how is it possible to achieve in apex code.
I want that in my if statement like if(Field1==true) //this is a checkbox field
{
Restrict user to fill the Field2 & Field3 //this two fields are picklist field
}
All this three fields are on same object that is "Acccount:" let me know how is it possible to achieve in apex code.