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

Customise ARS Form for Service Account

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

We have a requirement while we raise a request for a Service Account via the Manage Service Account tile in ARS.

We have two account types: Service Account and Common Account.

AshishDas_0-1691323738592.png

 

Whenever we select Service Accounts the Requestable Group entitlement type should show and whenever we select Common Account. the Requestable Group entitlement type should hide.

Since Account Type attribute is configured in saviynt backend. Hence not sure if this use case is configurable

2 REPLIES 2

armaanzahir
Valued Contributor
Valued Contributor

Hi @AshishDas ,

Can you try using the binding variable ${accountType} in your Config For Available Entitlement In Service Account under Entitlement Type under Endpoints.

The value of the OOTB Account Type dropdown is stored in the request_access_attr table and should ideally be available for reference. 

armaanzahir_0-1691346135109.png

armaanzahir_1-1691346445952.png

 

 

 

Viewing or Updating Endpoints (saviyntcloud.com)

 

Thanks,

Armaan

Regards,
Md Armaan Zahir

rushikeshvartak
All-Star
All-Star

{"Service Account": "ev.customproperty24='TRUE' ,"Common Account": "ev.customproperty24='FALSE' "}

use above json if customproperty 24 of entitlement is true then service account entitlement will be visible if falsse then common account


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