Fast Formula to Trigger Feedback Request
Summary:
I have created a fast formula (which complied successfully), but when I add it to the CSP to request feedback when the criteria are met, the auto-action doesn't happen. If I remove the criteria containing the fast formula, the auto-action works, so there has to be an issue with my FF. See below. I feel like this one should be pretty straight forward.
Content (please ensure you mask any confidential information):
DEFAULT FOR IRC_CSP_REQ_MANAGEMENT_LEVEL IS 'UNKNOWN'
CONDITION_RESULT = 'N'
IF IRC_CSP_REQ_MANAGEMENT_LEVEL = 'VP' OR
IRC_CSP_REQ_MANAGEMENT_LEVEL = 'Director' OR
IRC_CSP_REQ_MANAGEMENT_LEVEL = 'Sr Director' OR
0