Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Messages are records that get created whenever a bulk share or dynamic share runs. 

Outbound messages are included in the sharing instance, and Inbound messages are included in the subscribing instance. 


Panel
titleWhat's on this page?

Table of Contents
maxLevel2
absoluteUrltrue





Outbound messages

Access the Outbound module at Perspectium >Messages > Outbound.

The Outbound module contains all of the shared outbound records for a ServiceNow instance. It's made of Outbound Messages, Outbound Attachments, and Outbound Audits.

Image Added

Outbound Messages contain

HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #d4af37;  
	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/gold" style="text-decoration: none; color: #FFFFFF; display: block;">
Gold
</a>
</div>
The Outbound module under Perspectium Messages in ServiceNow contains

records that are queued to be sent out to

the Perspectium

the Perspectium Mesh. Up to 4000 records can be sent every 30 seconds by default

. This

, but this value can be changed

on the Properties page.

in General Settings at Perspectium > Control and Configuration > Properties > General Settings.

Outbound Attachments contain the records for attachment records. If you have selected the Include attachments option on a dynamic or bulk share, then the attachment records (sys_attachment and sys_attachment_doc) will be placed in a separate outbound table. This improves performance and places priority on your table's records. A separate scheduled job will run every minute (default setting) to process and share these records out.

Outbound Audits contain the audit records that are queued to be sent to the Perspectium Integration Mesh. 




Inbound messages

Access the Inbound module at Perspectium >Messages > Inbound.

The Inbound module consists

The Inbound module under Perspectium Messages in ServiceNow consists

of records coming into the current ServiceNow instance from other sharing instances. You can start receiving inbound messages by configuring a ServiceNow instance as a subscriber.

The following listed are the other available outbound modules that contains the shared records:

  • The Outbound Attachments module contains attachments records that are queued to be sent to the Perspectium Integration Mesh.
  • The Outbound Audits module contains audit records that are queued to be sent to the Perspectium Integration Mesh.




Image Removed