- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 03:49 PM
I'm trying to import ~100 rows of data into the alm_hardware table. The issue is that the Model Category field value (UPS) isn't unique, even though both of these are OOTB categories:
- Model Category 1: UPS (with a parent category of Facilities). I don't want to use this one. But import always chooses it.
- Model Category 2: UPS (with an empty parent category). This is the one I want to use.
How can I force it to choose the 2nd UPS model category so that the assets and CIs are created in the correct tables?
I've attempted to use the sys_id instead of "UPS" in the Model category column, but this didn't work for me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 07:08 PM
Can you share the screenshot of Field mapping for Model Category in your transform map? if you are using sys_id, I think you need to update "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 07:08 PM
Can you share the screenshot of Field mapping for Model Category in your transform map? if you are using sys_id, I think you need to update "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:14 AM
@Swapna Abburi thank you for the direction! I updated Referenced value field name to sys_id and it worked perfectly.