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 update user rule after Saviynt create a new user account

lihjong
New Contributor
New Contributor

Hi,

I have a question. We have a new requirement and need to open Saviynt access request or JIRA ticket after Saviynt create a new user account. I know update user rule support additional actions and I think it will help us to implement this requirement. The problem is how can we let Saviynt to trigger update user rule after create a new user account. So far I only know Saviynt will trigger technical rule after Saviynt create a new user account.  Do you have any idea how can I do that?

Thanks your all help.

Mark

2 REPLIES 2

stalluri
Regular Contributor II
Regular Contributor II

@lihjong 

You can use an option called ExecuteOn. "1day"

Or 

If not you can use analytics and trigger it based on time frame.

1. u.createdate > DATE_SUB(NOW(), INTERVAL 3 HOUR);   (it will pick the user after 3 hours)
2. DATE(u.createdate) > CURDATE() - 1 (it will pick the user after one day)


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star

You can directly use Service Desk Connection at security system level.


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