<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #0ACA8B; 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/fluorineplus" style="text-decoration: none; color: #FFFFFF; display: block;"> Fluorine+ </a> </div> |
When a dynamic share or bulk share runs, message records are created in the Messages > Outbound module. If your sharing ServiceNow instance starts to experience performance issues due to a large number of message records piling up in the Outbound table, you can change the maximum number of message records for the Outbound table in Perspectium > Control and Configuration > Properties. Additionally, you can make use of the Delete This Share's Messages option to quickly delete the message records in the Outbound table that are associated with a dynamic share or bulk share.
NOTE: The Delete This Share's Messages option requires access to the parent global variable. If this variable is undefined (i.e., changed by another business rule), then this option will not be available on the dynamic share and bulk share forms.
First, you will need to follow the steps to get started with Replicator for ServiceNow and create a dynamic share or create a bulk share.
To delete the message records created by a dynamic share or bulk share, follow these steps:
|