We are currently sending a Form to a user’s manager upon on-boarding, asking to fill in Asset Allocation and other details. On successfull form submission, we are creating a ticket which goes to the app team to be fulfilled.
We want to send reminders to the manager in case of pending form submission. We see their is a limitation with Form Action sending reminder feature. It only sends one reminder and is not recurring.
Query is:
1] Is their a way to find out Pending Form submissions, which we can fetch in workflows and send recurring reminders?
2] Is their a way to send recurring reminders for a form action in case of pending form submission?
While using Search form instances by tenant beta API from SailPoint to fetch assigned forms, it seems the API does not return all data. I do not see anything mentioned in the documentation or response to paginate.
The API response does not have limit, next or anyother parameter to paginate.
– If I add the ID of the last entry from the response to the URL to fetch the next results, it throws ‘Identity not allowed to perform operation’, I am an Admin on the tenant though.
– I also tried working via client credentials created from API management in API Security settings with sp:scope:all. With this, the response is ‘Missing rights’- forbidden’.
Would really appreciate if anyone can shed some lights.