Rejection button in SailPoint Form for creating Users

Hi All,

I hope all doing well. When an end user needs to create a new Robotic account in SailPoint IIQ, it is submitted for approval to the correct approval team. Once the approval team receives the approval form, a member of that team will verify the form has been filled out correctly. If they find that the form has not been done correctly, instead of hitting the 'Approved" button at the bottom right, they hit the “Rejected” button on the bottom left.

If they “Reject” the form, we need to send out an email notification to end user. Please advise how to do that.

**Note : We did it for “Approve” like below, same way tried for “Reject” as well but no luck. Please advise.

Regards,
Venu

Hi @Venu1010,

You can try like this in your workflow Transition.

<Transition to="Reject Email" when="lastApprovalState.equals("Rejected");"/>
2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.