- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 02:13 AM
I am importing/updating a user table from an excel file using the standard functions. I have entered department names in the department field of the import file.
If there is more than one department with the same name, the import will fail because the department record cannot be identified. (There are multiple departments with the same name but different parent divisions.)
To avoid this, we would like to import by entering the department code in an excel file, etc.
Could you tell me how this can be done?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 02:28 AM
for the same field map of department field in your staging table you can give the dept_code as field name in referenced value field name -> ensure you give correct field name for reference table i.e. department table's field
like this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 02:28 AM
for the same field map of department field in your staging table you can give the dept_code as field name in referenced value field name -> ensure you give correct field name for reference table i.e. department table's field
like this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 07:27 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 07:25 AM
Many thanks.