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
CHENNA$A@CHENNA$A@ 

Unlocking one field on page layout (URGENT)

Hi All,

 

How can we unlocked one field on page layout once campaign is approved?

 

Thanks,
Chenna

AroraAnupAroraAnup

Are you referring to a standard field or a custom one? Is it been made READ-ONLY at the layout level? If its a custom field, what you can probably do is to NOT make it READ ONLY at the layout level. Instead, have a validation rule written on it with the criteria that it should not allow for any values unless the Campaign Status=Approved. In addition, you may also want to add a Help Text on this field saying that this field should only be populated once the Campaign Status is Approved.

 

Let me know how it goes!