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

Is it possible to trigger custom action from detective user update rule

rahul_p
Regular Contributor II
Regular Contributor II

Hello,

We need to trigger a JAVA code on a scheduled basis to get role information from third party application, so we have created the detective user update rule and triggering using Job. But its not getting triggered, nor getting any error in the logs.

So Is it possible to trigger custom action from detective user update rule?

If no, how can we trigger JAVA code on scheduled basis?

Note : This JAVA code has nothing to do with users, it will work independent of users and get role info from third party application

Thanks,

Rahul

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

You can deploy external Jar and it can perform required actions 


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

rahul_p
Regular Contributor II
Regular Contributor II

@rushikeshvartak ,

I have deployed the external JAR but its not getting invoked from detective user update rule.

Regards,

Rahul

You can run without user update rule also


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

rahul_p
Regular Contributor II
Regular Contributor II

Hello @rushikeshvartak ,

Can you please tell me how we can run JAR without user update rule?

Regards,

Rahul

Schedule the jar that will trigger the code mentioned in jar


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