Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/17/2024 12:28 PM
Hi,
I just want to know the difference between ModifyUserDataJson VS UsernameGenerationRule/Email Generation Rule in Global Configuration.
I am going to import Users from HR system using REST connector. EIC should generate Username and Email once the UserImport is complete,
Question is,
i. which option is preferable to generate Email and Username? ModifyUserDataJson or GenerationRule in Global Config.
ii. when I should prefer UsernameGeneration Rule to ModifyUserDataJson.
Solved! Go to Solution.
09/17/2024 01:23 PM
@vivekrajan1 Better to use global configuration options if it satisfies your requirements, they can be used for Generate Email action in Update rules too, where as Modify JSON option you can use when you have some specific requirements which is not achieved via Global config option.
09/17/2024 01:28 PM
UsernameGeneration Rule:
ModifyUserDataJson:
10/01/2024 02:24 AM
1. Does ModifyUserDataJson have ability to do AutoIncrement a UserName value/Email or any Customproperty value?
Ex: If CustomProperty30 = 1000, then next time CP30 should increment to 1001
2. Is it possible to call or trigger UserNameGeneration Rule from ModifyUserDataJson?
09/18/2024 12:21 AM
Thank you @mbh_it2 @rushikeshvartak for your help!