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

Need Custom Object, Data object or Custom storage in Saviynt for storing client data

Abhay_Yadav
New Contributor II
New Contributor II

Hi, 

We have a requirement to store Custom data of client that we need to process using Custom External JAR. 

Can someone please help me on where can we store and retrieve data from ExternalJar.

We don't want to store the data inside Jar itself as data will keep changing with time.

Is there any Custom Database table support or Custom data object or anything similar in Saviynt that can we accessed by External JAR as well for reading the data.

Regards,

Abhay Yadav

1 REPLY 1

nimitdave
Saviynt Employee
Saviynt Employee

@Abhay_Yadav , you leverage datasets for this.  From externaljar you can use the {{url}}/ECM/{{path}}/getDatasetValues REST API to access the values.