Auto create emails for newly onboarded users#1998
Auto create emails for newly onboarded users#1998Vishnu-rvk wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Conversation
Whenever new users onboarded BR will automatically create unique mail to the user and update it to user record
File explaining email autogenerate script
mskoddow
left a comment
There was a problem hiding this comment.
Thanks for your contribution, however there are issues that need to be fixed!
Your Business Rule omits essential context: the target table, trigger type and specific configuration are not specified. The script is error-prone and misleading; for example, it fetches initials in uppercase then converts them to lowercase, an inconsistent and unnecessary transformation.
Please provide a descriptive readme and optimize your script. Then your PR will be approved.
|
@Vishnu-rvk |
|
Due to missing fixes for the requested changes, I’m closing this pull request. You may reopen it or submit a new one once the issues are addressed. |
PR Description:
Whenever new users onboarded BR will automatically create unique mail to the user and update it to user record.
Inputs: User Full Name, Unique User ID (Vishnu Kumar, 10321717)
Output: Unique email id generated and tagged to user record.
Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Core ServiceNow APIs/Server-Side Components/Client-Side Components/Modern Development/Integration/Specialized Areas/Documentation
Restrictions