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

Analytics report to track Unowned Entitlements

adityachadde
New Contributor III
New Contributor III

We are trying to create an Unowned Entitlements Report to track unowned Entitlements. If anyone created this kind of report, please give an analytics query or give some suggestions how we can capture these details using the query and create the reports

Thank You,

Aditya Chadde

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

select * from entitlement_values where entitlement_valuekey not in (select entitlement_valuekey from entitlement_owners)


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

avinashchhetri
Saviynt Employee
Saviynt Employee

Hi @adityachadde,

Please find below the documentation on the Saviynt Schema that will help you to understand the underlying tables and their relationships.

https://docs.saviyntcloud.com/bundle/SSM-DB-Schema-Reference-v55x/page/Content/Identity-Repository-S...

 

 

Regards,
Avinash Chhetri

Hi @avinashchhetri,

Could you share the link where I could find the ER Diagram for the saviynt DB Schema to understand the underlying tables and their relationships?

Best Regards,

Aditya Chadde

Hi @adityachadde,

I have shared the link in my previous post. Anything specific you are looking for ?

 

 

Regards,
Avinash Chhetri

 

https://saviynt.freshdesk.com/support/solutions/articles/43000521404-saviynt-enterprise-identity-clo...

rushikeshvartak_0-1665511920907.png

 


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