You need to sign in to do that
Don't have an account?

How to set pick list value automatically? (Chart)
There is a formula field "Y__c" that returns 'High', 'Medium' and 'Low'. It's using a workflow rule calculation that evaluate when It's saved.
I need a Chart with color red (high), yellow (medium) and green (low). So I create a picklist to set the colors. This picklist have a field update and a workflow to each status that set the value according to "Y__c".
The problem is the execution order of workflows. Picklist field is not updating in the same time of "Y__c". Just after a second click on save. How to set pick list value automatically in this case to use Chart? Apex?