Versions Compared

Key

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


Navigate Messages with the following modules:
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>
Panel
borderColor#ededed
borderStylesolid
title



The Outbound module under Perspectium Messages in ServiceNow contains records that are queued to be sent to the Perspectium Mesh. Up to 4000 records can be sent every 30 seconds by default. This value can be changed on the Properties page.

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 Added