05/05/2023 01:48 AM
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
05/05/2023 05:07 AM
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.
05/05/2023 09:45 AM
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