Synchronize Item
The following example synchronizes an item with the ServiceNow instance.
- Connect to the configuration web service.
- The user must have both write permissions to the item and the manage ServiceNow item synchronization or synchronize items with ServiceNow server permission.
- To synchronize all items with the ServiceNow instance see the synchronize items code example.
Code Sample
# Manually synchronizes the item with the specified item identifier with the ServiceNow instance.
$result = $xia.DO_SynchronizeServiceNowItem(40939);
$result;