Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/08/2024 12:03 AM
Hi Experts,
We are using below advanced query to generate username in saviynt
Global Configuration-->Identity Life Cycle--> Add Register User Rule-->Advanced Config
ucase(
REPLACE(
REPLACE(CONCAT(
SUBSTRING('ABCDEFGHJKLMNPQRSTUVWXYZ', FLOOR(RAND() * 24) + 1, 1),
SUBSTRING('ABCDEFGHJKLMNPQRSTUVWXYZ', FLOOR(RAND() * 24) + 1, 1),
LPAD(FLOOR(RAND() * 1000), 3, '0'),
SUBSTRING('ABCDEFGHJKLMNPQRSTUVWXYZ', FLOOR(RAND() * 24) + 1, 1),
SUBSTRING('ABCDEFGHJKLMNPQRSTUVWXYZ', FLOOR(RAND() * 24) + 1, 1)
), '1', '2'),
'0', '9')
)
Issue: when we import new users from HR feed, username creating as expected but when we create user from UI (through create user request form) it's not working as expected. is there any alternative way to fix the issue?
Note: We have a user modification workflow
Regards,
Chandan
08/08/2024 12:13 AM
Hi @cgowda this is working as expected for me in 24.4
Do you see any error in logs when you create user from UI?
08/13/2024 01:29 AM
08/08/2024 01:44 AM
Hi @cgowda , atach auto approval workflow and give it a shot.
08/13/2024 01:30 AM
@NM if i attach auto approval WF, it works fine
08/13/2024 01:33 AM
@cgowda , we also had the same issue and went ahead with auto approval.
08/13/2024 01:35 AM
@NM currently we are using organization owner approval WF for both create and update user request
08/13/2024 01:38 AM
Try only with manager approval workflow @cgowda
08/08/2024 06:43 AM
Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .
‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️‼️‼️
08/13/2024 01:32 AM - last edited on 08/13/2024 01:45 AM by Sunil
please find the required information
[This message has been edited by moderator to mask sensitive information from an attached log]
08/13/2024 06:19 AM
Please share global configuration screenshot for rule
08/13/2024 06:30 AM
10/24/2024 05:44 AM
Hi @cgowda , @rushikeshvartak
did you find any workaround ? we also have the same issue when using a multiple levels validation workflow, version 24.3, when workflow is remove or autoapprove the username is well calculated
10/24/2024 06:03 AM
Please share logs
10/30/2024 02:27 PM - edited 10/30/2024 02:31 PM
10/30/2024 03:07 PM
10/31/2024 03:45 AM
where the DA should be positionned, form or workflow ? fyi the workflow does not requier the username
10/31/2024 06:55 AM
Form
10/31/2024 07:11 AM
ok @rushikeshvartak , we need to reuse the same "Add Register User Rule" in forms ?
10/31/2024 07:12 AM
Yes