How to populate Company for imported user?

Rairai31
Giga Guru

How do I populate the Company field for imported users? Thank you.

10 REPLIES 10

JaeggerLegane
Kilo Sage

How are you importing the users exactly?
Via an integration (e.g. LDAP) or via import sets?

If this is through an import set & transform map, you need to use field maps to map the company field:
https://docs.servicenow.com/bundle/vancouver-integrate-applications/page/script/server-scripting/tas...


I would also recommend this course:
https://developer.servicenow.com/dev.do#!/learn/courses/sandiego/app_store_learnv2_importingdata_san...

--------------------------------------------------------------------------------
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!

We are importing users via transform map. Thank you.

Then you need to use field maps 🙂
Both links above should be able to guide you through the process.

--------------------------------------------------------------------------------
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!

Swamy Malluri
Tera Guru
Tera Guru

Hi @Rairai31 ,

 

If you want to keep same company for all users then you can use Bulk update function in list layout. or background script. If you are creating user through integration then you need to identify source of company information and map that value to company fields using transform map.

 

Please accept my solution or hit helpful if my solution works

 

Thanks,

Swamy