We are onboarding the As400 application in INow. we have limitation of maximum 10 characters for USRPRF i.e. UserName of the account. Can anyone please provide us a way to create a transform to generate username which is also unique.
P.S. I have tried substring “end” but throwing null if the username’s length is actually less than 10.
Do you have any format for username or just random characters, I suggest you to have a format i.e by using user attributes like first name, last name or any other attribute combinations while generating account name.
It is not recommended to generate unique values at identity side, it might fail to generate unique values some times. So, you need to generate while creating account.
The cloudMaxSize attribute denotes the maximum length of generated data allowable as a result of the generator logic. The transform truncates any characters over the cloudMaxSize