When an IDN campaign or other provisioning “revoke” fails (events where “Remove Entitlement Failed”), trigger a work item (ideally in ServiceNow) for someone with adequate access to revoke the access.
The work item should include as much information as possible including
You can achieve this with Provisioning Completed workflow trigger. You can use the below input to trigger it only for the certification related removal failures:
The trigger would contain the details of requester(which is the campaign owner who has taken action), entitlement display name, recipient/identity and source details.
Campaign ID, or campaign name information is not available, but we have a tracking number of the request to query further. Hope this helps.
I Think what @uday_kilambi post it’s a filter that you are going to put in a Workflow trigger of type Provisioning Completed.
You will need to create an Workflow fort this to work, with the filter that @uday_kilambi sends you can then send the information to a email for exemple.
Maybe you can use the Campaign Remediation Status Report, this will bring moust of the information that you want and the Status of the Event, if the access got remove or if we have any failure:
Go to Cerfications > Campaigns and choose one Campaign then click on Download Report
Hey @mrahulbb , what @uday_kilambi suggested is create a “Workflow”, there are 3 things in Workflow, 1. Trigger 2. Action 3. Operators.
When Workflow is created, first thing to configure is Trigger, which decides when Workflow will trigger.
Uday has also provided you name of the Trigger to use.
in the filter section inside the Provisioning Completed Trigger, Uday has suggested to enter the filter so that this Worflow will only trigger when any revoke action is failed and generates event as “Revoke Entitlement Failed”.
In the Action section you can use “Manage ServiceNow Ticket” to create a work item in the ServiceNOw tenant.