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

future dated termination

The_explorer
New Contributor II
New Contributor II

Hi, I am currently working on user update rule where we need to trigger a user manager certification one week before the users enddate. How should I setup the configuration for this scenario?

3 REPLIES 3

pmahalle
All-Star
All-Star

Hi @The_explorer,

You can achieve it by 2 way.

1. Create detective update rule with condition datediff(a.enddate, curdate())=7 then add launch campaign as an action in the rule. Make sure to schedule detectiverulerun everyday once.

2. Create non-detective update rule with condition (##a.custompropertyXX is updated## and a.custompropertyXX='LaunchCampaign') and add launch campaign as an action in it. Create SAV4SAV with userimport xml and query which will update custompropertyXX with string "LaunchCampaign" for users whose enddate is still have 7 days.


Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept As Solution to help other who may have a same problem. Give Kudos 🙂

Thank you. It worked.

As per best practice from Saviynt, it is better to use Approach 2 as suggested by @pmahalle 

https://forums.saviynt.com/t5/lifecycle-policies-rules/avoid-usage-of-detective-job-instead-create-t...

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.