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
mukul shah 14mukul shah 14 

Picklist value change on Account ID update

Hi All,

I need to change the status of a picklist field to synced whenever the account id is updated for external system.
Kindly Help

Thanks!!
KevinPKevinP
Mukul,

This seems like the classical use case for Process builder. Setup a process on update of your object and when the criteria is met, update either that object or the object it's related to with synced.
DeepthiDeepthi (Salesforce Developers) 
Hi Mukul,

Please find the below screenshots on process builder that explains the similar scenario of field update.

User-added image

User-added image

User-added image

User-added image

User-added image
Finally activate the process. Let me know if you need any help!

Best Regards,
Deepthi
mukul shah 14mukul shah 14
Thanks Deepthi!! it Worked..:)
mukul shah 14mukul shah 14
I have one more requirement where i have a button and it should be active for some particular picklist value say (New and Modified) and should be inacive for all other values of that picklist. Any idea how can we configure this..