display and retrieving sysid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2014 11:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2014 03:13 AM
Hi Mark,
You can use the following Script:-
var s = new SOAPMessage(Your Parameters);
s.setParameter('SYS ID', current.sys_id);
Thanks,
Subhajit