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

User Creation workflow is not considering request in flight while generating username

narendranegi
New Contributor II
New Contributor II

We have a customized user creation form, with manager approval workflow attached to it.

we have username creation rule as:

narendranegi_0-1703162003789.png

it is working when we create single user request and after approval user gets created. but when one request is in pending state and if we create another request, username is not getting incremented.

so as a result, we are having 2 user creation requests with same username.

narendranegi_1-1703162277746.png

Is there a way to avoid this collision, or make Saviynt check username uniqeness in pending request also.

regards

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

use function FN_EIC_SEQGEN

Refer https://docs.saviyntcloud.com/bundle/EIC-Admin-v2022x/page/Content/Chapter02-Identity-Repository/Dat... 


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

I have tried below expression:
concat(substring(users.employeeType,1,1),FN_EIC_SEQGEN('abc'))

and it generated:

narendranegi_0-1703250698706.png

Below are the dataset details:

narendranegi_2-1703250763046.png

 

narendranegi_1-1703250745965.png

it's not generating the sequence. and also, will it work with existing series (which we implemented using basic query.

narendranegi_3-1703250876222.png

Regards

 

It works well in register user rule


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

Well, it's not working for me.

can you see any configuration that is wrong shown in attached screenshot in above conversation?

regards

 

Refer https://forums.saviynt.com/t5/identity-governance/username-generation-rule/m-p/40822 

rushikeshvartak_1-1703569484543.png

 


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