Change Personal Information: Disability Info - Approval Rules
We have a scenario for Change Personal Information: Disability Info where the transactions should be auto-approved and FYI notifications should go to HRs if 'Do you have a Disability' is entered as 'Yes'. If they enter as 'No' or 'Prefer not to say', transaction should be auto-approved but FYI notification should not trigger in this case.
Can someone please confirm what should be the approval rules that should be configured. I have tried to use below but it is not working:-
((transactionApprovalRequest.ViewInstanceName == "Disabilities") AND (Proposed Person Disability.result.Self Disclosed Type != null) AND (Proposed Person Disability.result.Self Disclosed Type == "ORA_PER_YES_GB") for FYI notification
0