Step 1 of Self-certification checks the manager of the user.For example, for the following user, the manager of M12827001 is M12827002.In this situation, self-certification is sent to M12827001."Yse. this is my manager" or "No, this is not my manager...
The test sets the following statement to Add Register Rule:===CONCAT('WW', LPAD(FLOOR(RAND() * 9), 1, '0'))===This automatically creates users 'WW0' through 'WW9'.In this state, the following user CSV was uploaded.Some users are created as expected, ...
I am creating generation emal rule.I put all the old addresses and usernames in the dataset(follow picture), and prepend 'old' to emailaddress if the user's username is in attribute2 (username) of the dataset.Otherwise, just username@domain. For exam...
I want to create an emailgeneration rule along the following requirements.1. Connect user.lastname and user.firstname with concat.concat(user.lastname, user.localname, @domain)2. If looking at dataset (name=oldemail), set displayname if there is a du...
Please let me know answer the following questions about the Saviynt build-in account (SaviyntSupportAgent and systemadmin):1. I understand that SaviyntSupportAgent is the account used in the support ticket to log in to the EIC and troubleshoot. Is my...
@Amit - let me explain an example.In the image above, three users (M12827066, M12827067, M12827068) have been uploaded.In the dataset, M12827068 is included, M12827066 and M12827067 are not.In this case, the purpose is to generate the following email...
Hi @amit_krishnajit Thanks for your response, and I tried it.===case when users.username in (select distinct attribute2 from dataset_values where datasetname='oldemail' and attribute2=users.username) then concat('old', users.username, '@example.com')...