How to mention a IF condition in FCCS for basing on TEXT
Summary:
Hi Experts,
We have a requirement to write IF condition in FCCS Ondemand Rule, saying "IF the account 'XYZ' is having Text as YES".
We have tried below but the system is not accepting and throwing validation error or warning:
Case 1: IF("XYZ" == YES)
Case 1: IF("XYZ" == "YES")
Validation Errors: The member 'YES' cannot be found.
Where XYZ is a Text account
Kindly, provide the syntax to achieve above requirement!
Thanks in advance!!
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0