Sys_ID does not show up in cmdb_ci_application_software

tpoeckes
Giga Guru

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?

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


View solution in original post

6 REPLIES 6

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


tpoeckes
Giga Guru

Thanks Brad.   Everything is working correctly.