Creating a UI Page with Form Fields for User Registration

satyam SINGH2
Tera Contributor

Hey everyone,

I need your help in creating a UI page for user registration in our ServiceNow instance. Here are the details:

  1. First Name:

    • Data Type: String
  2. Last Name:

    • Data Type: String
  3. Email Address:

    • Data Type: String
  4. Phone Number:

    • Data Type: String
  5. Location:

    • Data Type: String
    • Note: The location field should display values from the cmn_location table's 'location' column.

Upon filling out the form and clicking the submit button, I want a new record to be created in the sys_user table.

Could you please help me create this UI page with the specified fields and functionality? Any assistance or guidance would be greatly appreciated.

Thank you!

specially for location i need that it work like a lookup (eg- catalog item lookup cmn_location table and bring this location column in option). 
 
 
 
 
 
1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @satyam SINGH2 

 

What is business need to create UI page, when we have OOTB user form , you can use the same.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************