CA Identity Suite: Is it possible to provide approvers with direct links to tasks
search cancel

CA Identity Suite: Is it possible to provide approvers with direct links to tasks

book

Article ID: 111818

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction



When a task is submitted for approval in Identity Portal, is it possible to email a direct link to the approver to the task? So that they can click the link, log in and be immediately presented with their pending task instead of navigating through the Web UI to find it themselves.

Environment

Release:
Component: SIGMA

Resolution

The task ID is randomly generated and therefore it will not be possible to procedurally generate a URL to email to approvers. Additionally, the table that stores the those IDs is request_backend which does not also store data about the transaction that is meaningful to humans. So, in order to query the DB to get the ID it will require knitting together data from several sources. Without querying other DB tables first it isn't possible to know which ID you want from request_backend.


CA Identity Portal Engineering has suggested opening this up as an enhancement request rather than pursuing the database query. However, your DBA may be able to make something that does what you're looking for.