Setting trigger that locks one field based on selections in another field
Hello,
I'm trying to write a trigger that will lock one field based on specific values users select in another field. For example, if the user selects value "A" from Field1, the values for Field2 are locked and users are prevented from making selections on Field2. (And if the user selects any value other than A in Field1, Field2 is not locked and users can make selections on Field2).