How do we add the employee number to the ServiceNow User table?

LakshmiVenkata
Giga Contributor
 
15 REPLIES 15

Ankur Bawiskar
Tera Patron
Tera Patron

@LakshmiVenkata 

what's your actual business requirement?

1) employee number field is already available on sys_user table

2) if you are using LDAP to fetch user data then ensure you fetch employee number from AD and match it using field map in the Data Source with the target employee_number field

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Yes I need that details that where i need to map the filed by using LDAP can guide me briefly

 

Hi @LakshmiVenkata 

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0961314

https://www.servicenow.com/docs/bundle/yokohama-platform-security/page/integrate/ldap/concept/c_LDAP...

 

*************************************************************************************************************
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]

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

Hi @LakshmiVenkata 

Is your issue resolved?

*************************************************************************************************************
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]

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

@LakshmiVenkata 

check this link for detailed step

Adding an AD attribute to LDAP import set data 

High level steps:

1) Go to LDAP Servers in left nav

AnkurBawiskar_0-1754574311458.png

 

2) open that relevant LDAP server record, stop the listener

3) in the attributes field ensure whatever is there, append employeeNumber attribute to it, do check if the AD attribute name is correct

AnkurBawiskar_1-1754574665272.png

 

 

4) open the data source for Users OU and Test load 20 records, this creates the new import set staging field to hold data for the new AD attribute

5) then perform field mapping of this new employee number field on staging table with target field on sys_user

6) then start the listener again

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader