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

How to make picklist field read only?
Hello,
I want to make picklist field read only. There is no permission set. I make it read only from page layout, Field level security and profile too. Still its read only. What will be another option to make it rad only?
Thanks & Reagrds,
Utkarsha
I want to make picklist field read only. There is no permission set. I make it read only from page layout, Field level security and profile too. Still its read only. What will be another option to make it rad only?
Thanks & Reagrds,
Utkarsha
Visualforce Page:
Controller Extension:
I hope it will be helpful.
Please mark it as best answer if the information is informative.
Thanks
Rahul Kumar
I am not doing it on VF page.
Thanks & Best Regards,
Utkarsha
For Eg. If Approval Status = Awaiting for approval then it fires an approval process.
I am doing it on quote object. When quote line item and discount changes then i update Approval Status field = "Awaiting for approval". So i need to change this picklist field using trigger thus i can not use ischange(field) validation rule
I make it read only from page layout, field level security and owd. Still its editable. Now, i have removed it from page layout and created one formula filed which displays picklist value based on the criteria in trigger and workflow rules.
Thanks & Regards,
Utkarsha