Modifying new user generation in HRSD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 02:02 PM
Hello all,
I am working on a new HR onboarding service. I need to modify how the User IDs of new users are generated to follow two different formulas depending on certain criteria from the onboarding request. How do I go about doing this? I have added the new HR Service to hr_CaseUtils, but as of now the new users are being generated with the User ID field empty. Is there a way to assign the user ID based on information entered while requesting onboarding?
For example, if the user selected "Full Time" when filling out the onboarding record producer, I would want to format their ID as first.last, but if they selected "Part Time" I would want their ID to be their badge number, which is another field on the record producer.
Any pointers are greatly appreciated!