- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2016 06:12 AM
I have a web service where we are going to populate cmdb_ci_application_software. When creating the web service, I copied all target fields to create custom import set table for source. We need to track the sys_id in the cmdb_ci_application_software. When I'm in the transformation mapping, I see Sys_id in source but do not see sys_id in the Target. Is there a reason why I can't see Sys_ID in target cmdb_ci_application_software mapping?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2016 01:48 PM
Hi Thomas,
1. You can use the Referenced value field name field on the field map to use the sys_id to map the field there.
Creating New Transform Maps - ServiceNow Wiki
2. I think coalescing on that sys_id value should do it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2016 01:48 PM
Hi Thomas,
1. You can use the Referenced value field name field on the field map to use the sys_id to map the field there.
Creating New Transform Maps - ServiceNow Wiki
2. I think coalescing on that sys_id value should do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2016 08:50 AM
Thanks Brad. Everything is working correctly.