How to populate Company for imported user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:38 PM
How do I populate the Company field for imported users? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:44 PM - edited ‎01-10-2024 10:44 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:46 PM
We are importing users via transform map. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:52 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 10:46 PM
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