display and retrieving sysid

markt
Kilo Explorer

we are creating integration from servicenow to atrium and using webservice import sets. As sysid is unique on servicenow cmdb tables, does anyone know how to display a sysid in transform maps and also retrieve a record's sysid value   from webservice import sets for an outbound integration where source is SN and destination is Atrium cmbd and excel spreadsheet. Has anyone added a script in outbound soap message to do this? or used a gliderecord scripts. thanks all.

1 REPLY 1

Subhajit1
Giga Guru

Hi Mark,


You can use the following Script:-



var s = new SOAPMessage(Your Parameters);


s.setParameter('SYS ID', current.sys_id);



Thanks,


Subhajit