Hi All,
We have a requirement with IDN custom forms where an Approval Form needs to be sent to the manager in an email (this is easy). Once clicked, the form should be rendered and pre-populated with data to help the approver review the information and action the request.
I tried using the PATCH method on the form instance ( https://sailpoint.api.identitynow.com/beta/form-instances/:formInstanceID ) to pre-populate the placeHolder value(s) but that didn’t work.
Is there any other way in which this requirement can be achieved?
Cheers
Sonal
agutschow
(Alicia Gutschow)
December 18, 2024, 1:17am
2
Sonal,
You might take a look at this tutorial. It might give you some ideas.
[Tutorials-Blue]
If you ever find yourself needing to temporarily grant elevated admin privileges in Identity Security Cloud (ISC), you may wonder how you can automate the process of granting and revoking these privileges to users. You can manually set user level permissions when a user asks for a temporary elevation, but then you are on the hook for revoking those permissions once they are no longer needed.
One way to solve this problem is to install the IdentityNow Management Connector ,…
Alicia
1 Like
Your requirement closely matches to this Passing data from API to interactive form/form in ISC . Please check