You need to sign in to do that
Don't have an account?
Agnibha Chakrabarti 10
Restrict a text a user (Including Sysem Admin) to edit a text field manually
Hi,
I have n object student, which has two fields Completed Course(Text) and Course requested(pick List)
I have a trigger which update the Completed course field automatically.......
My requirement is to restrict Any user from Editing the Completed Course field manually.
I tried to make this field 'Read Only' , but System Admin Still can edit the record manually.
is there any way such that Completed couse field gets updated only by trigger and nothing else?
Thank you
I have n object student, which has two fields Completed Course(Text) and Course requested(pick List)
I have a trigger which update the Completed course field automatically.......
My requirement is to restrict Any user from Editing the Completed Course field manually.
I tried to make this field 'Read Only' , but System Admin Still can edit the record manually.
is there any way such that Completed couse field gets updated only by trigger and nothing else?
Thank you
If just the page layout is a requirement, then one solution could be a formula field that just takes the value of the Completed Courses field. Then replace the Completed Courses field with the formula field on the page layout.
All Answers
If just the page layout is a requirement, then one solution could be a formula field that just takes the value of the Completed Courses field. Then replace the Completed Courses field with the formula field on the page layout.