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

How to update Dataset dynamically

Ankky
Regular Contributor
Regular Contributor

Hello,

We are utilizing dataset to store Country and Country Code values. The requirement is that we need to add new Country and Country Code in the dataset whenever a new country is introduced in HR system. What are the possible ways to update dataset dynamically?

Thanks

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You can achieve using custom jar but API's not available yet https://ideas.saviynt.com/ideas/EIC-I-4702

Workaround - Use sav4sav DB connector and insert into DB tables 

 


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

Thanks Rushikesh! 

So in this solution, we will have to store some identifier on the Identity and based on that trigger sav4sav logic.