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

Prefix a account name for a particular endpoint

km
New Contributor III
New Contributor III

Can we have a prefix for all the accounts requested for a particular endpoint?

For example: User A requests an account on Endpoint App1. When the user clicks on request new access, the form  displayed should have the Account Name auto populated with EMP-.

And the user can then edit the account name and add any characters or numbers for example: EMP-Appl10.

Thanks!

 

2 REPLIES 2

NrupenM
New Contributor II
New Contributor II

Try using Advanced config for accountname. You can use concat option to achieve your logic

rushikeshvartak
All-Star
All-Star

For standard account request. You can't edit the account name on step 2 of request.

Workaround  - You can add instructions that Account Name should start with xyz & allowed characters

If account name is not according to naming convention then reject request from workflow

dynamicAttributes.get('ACCOUNTNAME')


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