Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Call Actionable Analytics automatically

Tezinder
New Contributor
New Contributor

We have a requirement where we need to accomplish:

1. When a role is assigned to a user -> 2. Update user's CP21 with role name using SavtoSav connection --> 3. When user's CP21 is updated --> 4. Need to trigger an actionable analytics to provision access.

We are able to complete till step 3 but there is option to call the actionable analytics from user update rule. Other than creating a Job to run actionable analytics, is there any other way to call the actionable analytics automatically?

3 REPLIES 3

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Tezinder,

At present, the actionable analytics can be executed only through the UserUpdate rule, Jobs, and the Saviynt Postman API.

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".

rushikeshvartak
All-Star
All-Star

You can call jar from custom Action in User update rule


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Rajesh-R
Saviynt Employee
Saviynt Employee

@Tezinder  - You can try the following way. 

  1. Create an actionable analytics and setup the Default Access as "Provision Access"
  2. Create an Analytics Trigger from Job Control Panel and select "Execute Default Action for Analytics" Flag Turned on
  3. Create a New Connection - Trigger Analytics Job. Connect to Saviynt4Saviynt via REST API.
  4. Populate a Update User JSON - where you call the "{{URL}}/{{path}}/runJobTrigger" API with the necessary payload to call the actionable analytics to provision access.
  5. In the user update Rule, Create an Update User Task - with the "Trigger Analytics Job" Connection

Please explore this option and comment.


Thanks
Rajesh Ramalingam
Saviynt India