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
SforcehariSforcehari 

Critical Workflow Field Update.

Hai Guys,

 

 Can you please help me,in following issue.

 

 How we can update picklist value with the value in another field.

 

 example :-  i have picklist   status, it's Values are   Value1,Value2,Value3

 

I have another field SYS status   Value.

 

I need work flow like,  when ever value populated to SYS status then i need to update that pick list with that Value.

 

Please help.

 

Regards,

Haribabu

apaiapai

Do you mean adding the value entered in SYS status field to the picklist ?

SforcehariSforcehari

Yes buddy,

 

 Please solve the problem.

 

Regards,

Haribabu

goabhigogoabhigo

What is SYS Status field's data type? Is it picklist? Any ways you cannot achieve with WFR. Might have to use visualforce page and a controller :(

shruthishruthi

This will require an after Insert, after Update trigger on the Object,

Logic: Check if there is a change in the value of SYS Status, update the picklist with value of SYS Status; else ignore