function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SA.ax1574SA.ax1574 

How to Disable a custom filed when the record is saved.

How to Disable a custom filed when the record is saved.
SharathChandraSharathChandra

It depends on field level security

set it.

SA.ax1574SA.ax1574
Thanks for your response. My Requirement is : I have a 'Opportunity Currency ' custom field in Opportunity Object. When I enter the currency and save the record then the field should be in disable mode. How can i achieve this .. please provide the solution for this
Hengky IlawanHengky Ilawan

Hi,

 

You can use a validation rule to prevent changing of the currency field. But it does not really disable the field though.

Make use of the ISNEW and ISCHANGED formula.

 

-Hengky-