You need to sign in to do that
Don't have an account?
Sforcehari
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
Do you mean adding the value entered in SYS status field to the picklist ?
Yes buddy,
Please solve the problem.
Regards,
Haribabu
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 :(
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