You need to sign in to do that
Don't have an account?
orikker
Need Help on Workflow field update for Task Subject
I have a custom picklist for Tasks and I am trying to create a workflow that will update the Subject field with the value from this custom picklist field when create or save record.
The problem I have is that I am getting error for the Subject field formula in the field update rule.
in the formula field I type custom field name which is Type_Value__c and get this error:
Error: Formula result is data type (Text), incompatible with expected data type (Picklist).
Could you help me?
The problem I have is that I am getting error for the Subject field formula in the field update rule.
in the formula field I type custom field name which is Type_Value__c and get this error:
Error: Formula result is data type (Text), incompatible with expected data type (Picklist).
Could you help me?
I.E.
CASE( Type_Value__c, "value1", "result1", "value2", "result2","else_result")
The Else_Result is what will be returned if you do not find a match.
The value is the picklist value. The result is what will be returned when it finds a match. In your case they may be the same.
Look at the help for picklists if you need more guidance.
No syntax errors in merge fields or functions.
but when I save it
So you are updating a picklist filed with the value from another picklist? If that is the case then I cam very confussed. Since when you want to update a picklist the options that you have is to select the value from the picklist values, The one before or after the current value.
Are you sure you are in the correct place in the application? You are looking at the the Field Update under Setup--> Workflows & Approvals --> Field Update?