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

Question on AcctEntParams{}

vivekrajan
New Contributor II
New Contributor II

Attaching ImportAcctEntJSON.

I have 2 Questions,

1. As per my JSON construction, In AcctEntParams{}, which value get substituted in place of {id} ? 

listField or entIdPath or entKeyField or acctKeyField or entitlementID or entitlement_value or accountid 

2. Account and Entitlements are imported successfully. Upon mapping Acct to Ent, I am getting error. Could you please suggest a way to fix the error? attaching log snippet.

2 REPLIES 2

SB
Saviynt Employee
Saviynt Employee

The correct syntax to use will be ${id} and it will be entitlement value. I see you have defined {id} in your JSON. Can you update the same and validate.

You can refer to the below REST connector documentation for different JSON formats and info on different parameters.

https://docs.saviyntcloud.com/bundle/REST-v23x/page/Content/Developers-Handbook.htm 


Regards,
Sahil

vivekrajan
New Contributor II
New Contributor II

${id} - this worked well. in place of ${id}  accountid value got substituted. Which is what i am expecting. Thank you for the help!