Error: Formula result is data type (Text), incompatible with expected data type (true or false).
Please help me in this issue.
I am working for auto populate picliist value through workflow rule
7 Antworten
Hi Madhuri Parupalli ,
If you are writing the above formula in the Workflow rule, then it should return only true or false, as workflow rule only defines the citeria , after that you can define the actions like field update .
you can follow the following documentation for workflows,
http://www.shellblack.com/administration/rule-criteria/.
you should write the rule criteria like this ,
IF(Total_time_for_WIP__c < CDC_Case_SLA_in_hours__c , true,false),
and create a field update to populate the Desired Field with 'Met'.
mark it best answer if you find it a solution.
Thanks & Regards,
Grazitti Team