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
sundar s 24sundar s 24 

picklist field name is not displaying in field update action in workflow

may i know why picklist field name in opportunity is not display in field update workflow action
Best Answer chosen by sundar s 24
VinayVinay (Salesforce Developers) 
Yes you can update picklist field using workflow.  Check below reference.

https://www.forcetalks.com/salesforce-topic/is-it-possible-to-update-a-custom-subject-picklist-via-salesforce-workflow-rule/

Please mark as Best Answer if above information was helpful.

Thanks,

All Answers

VinayVinay (Salesforce Developers) 
Hi Sundar,

Can you re-check workflow criteria and field mapping on field update is correctly?  Also make sure you met creteria which you might have added in workflow.

Thanks,
sundar s 24sundar s 24
is it possible to update picklist field using workflow?
VinayVinay (Salesforce Developers) 
Yes you can update picklist field using workflow.  Check below reference.

https://www.forcetalks.com/salesforce-topic/is-it-possible-to-update-a-custom-subject-picklist-via-salesforce-workflow-rule/

Please mark as Best Answer if above information was helpful.

Thanks,
This was selected as the best answer
sakhisakhi
Yes ,It is possible to update picklist in workflow field update action

https://developer.salesforce.com/docs/atlas.en-us.usefulWorkflowRules.meta/usefulWorkflowRules/workflow_examples.htm

One reson you are not able to see that field might be FLS on that field .Make sure that field has edit access to admin profile .

another link to explain workflow field update can be found below .

https://www.tutorialkart.com/salesforce/salesforce-workflow-actions-tasks-email-alert-field-update/