<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #8efeb3; border-color: #FCE28A; } .release-box:hover { cursor: hand; cursor: pointer; opacity: .9; } </style> <meta name="robots" content="noindex"> <div class="release-box"> <a href="https://docs.perspectium.com/display/krypton" style="text-decoration: none; color: #FFFFFF; display: block;"> Krypton </a> </div> |
Shared queues exist in a sharing instance of ServiceNow and contain outbound messages for data that is dynamic shared or bulk shared out of the instance.
Subscribed queues exist in the subscribing instance of ServiceNow (or some other application) and contain inbound messages for data coming in from the sharing instance.
Before completing any of the actions laid out on this page, you need to successfully install and configure DataSync for ServiceNow
This is one of the first and key steps in using DataSync for ServiceNow, as it sets up your ServiceNow instance for sharing data.
Here's how:
On the resulting form, use the Queue type dropdown to choose your desired queue type. See the table below for a breakdown of the different queue types.
Type | Description | Queue Prefix |
---|---|---|
DataSync | For sending records to a DataSync Agent | psp.out.replicator.<agent_name> |
Salesforce | For sending records to a SFDC org | psp.out.salesforce.<org_name> |
Service Gateway | For sending records with the ServiceBond app using meshlets | psp.in.meshlet.<meshlet_name> |
ServiceNow | For sending records to another ServiceNow instance | psp.out.servicenow.<instance_name> |
SIAM | For sending records to a SIAM provider | psp.in.siam.client.<integration_name> |
Once you have created a shared queue, you must set up a separate application as a subscriber for it to receive data from the sharing instance.
Here's how to set up a subscribed queue in order to configure ServiceNow as a subscriber:
Use the Queue type dropdown to choose between the type of ServiceNow or Custom.
Queue Type | Description |
---|---|
Custom | Choose this option if you want to create a subscribe queue manually and want to control the entire queue name. If you choose this, your queue name must start with psp. |
ServiceNow | Choose this option if you want to subscribe to a ServiceNow queue. This will automatically prepend "psp.out.servicenow." to your queue name. |
Enter a Queue name in the field based on the following info:
Queue Type | Value to enter | Example | Generated Queue Name |
---|---|---|---|
ServiceNow | Enter a ServiceNow instance name | dev12345 | psp.out.servicenow.dev12345 |
Custom | Enter a complete queue name starting with "psp" | psp.out.replicator.test | psp.out.replicator.test |
Select any or all of the following actions which should trigger the subscribe:
Action | Your ServiceNow instance will subscribe to data when... |
---|---|
Create | new records are created on a sharing instance. |
Update | record data is changed on a sharing instance. |
Delete | records are deleted on a sharing instance. |