How can I use fast formula in CSP to move candidate on the basis of country
Summary:
How can I use fast formula in CSP to move candidate on the basis of country
IRC_CSP_CANDIDATE_COUNTRY is the DBI item to be used.
Please correct me this formula is erroring out
Content (required):DEFAULT_DATA_VALUE FOR IRC_CSP_CANDIDATE_COUNTRY is 'XX'
CONDITION_RESULT = 'N'
COUNTRY=IRC_CSP_CANDIDATE_COUNTRY
IF (COUNTRY = 'India') THEN
CONDITION_RESULT = 'Y'
return CONDITION_RESULT
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):