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

setup notification when a new entitlement is added

Nidhins27
Regular Contributor
Regular Contributor

Hi,

Is there any way where I can get notified whenever a new entitlement for a particular endpoint gets added in saviynt via Entitlement Import?

Thanks in advance.

Regards

Nidhi

2 REPLIES 2

RakeshMG
Saviynt Employee
Saviynt Employee

Please try following query : select CREATEDATE from entitlement_values.
Based on the report you can create analytics report, if the result for above is your requirement. 


​Regards

Rakesh M Goudar

dgandhi
All-Star
All-Star

I can think of below solutions:

1. In your entitlement import xml, map createdate

2. Once you do the mapping and run the import the createdate field in saviynt should be updated.

3. Write analytics query which will compare current date with the create date and if it matches then send email notification to the intended recipient.

Thanks

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.