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

Store entitlements in account request

Sri1203
New Contributor II
New Contributor II

Hi Everyone, 

I have Entitlement type as Groups and showing below as in ARS form.. How can we store these entitlements associated under this Entitlement type in Account request.

 

Requirement: we want to capture entitlements in new account request(task type: New Account) when user submitted new account request. We are trying to provisioning groups through create account Json(Application type: Rest)

 

 

Sri1203_0-1711256997622.png

5 REPLIES 5

NM
Regular Contributor III
Regular Contributor III

Hi @Sri1203 , Best bet is to use dynamic attribute which will have all the entitlements as a dropdown and user can select and submit the request.

Why don't you want to use entitlement for provisioning just curious to know about the use case?

rushikeshvartak
All-Star
All-Star

Does the Application API require entitlements to be sent like the Create Account API?

If yes, please create dynamic attributes for entitlements as well to fulfill your use case.


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

Sri1203
New Contributor II
New Contributor II

Due to current design constrain,  I need to pass create account attributes and entitlements in create account Json. 

This entitlement tab is multi select drop down in ARS. Can you share the doc to capture  entitlements in Dynamic attribute and same can capture in Json from the 'create account task.   

 

You need to create new dynamic attribute querying entitlement_values table and based on user need to select same entitlement in Entitlements table.


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

@Sri1203 

Refer this docs to create a DA ay EP level :

Viewing or Updating Endpoints (saviyntcloud.com) and select option as Multiple Select From SQL Query.

Make sure as suggested by @rushikeshvartak entitlement_values  tables are reffered and you are using <Column Name> to store the values.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.