---
title: "Perspectium Properties Overview"
canonical: "https://docs.perspectium.com/space/Iodine/1704277/Perspectium%20Properties%20Overview"
format: markdown
---
Listed are a few of the Perspectium properties needed for the application:

| **Property name** | **Description** | **Type** | **Default value** |
| --- | --- | --- | --- |
| <span style="color: #263238">c</span><span style="color: #263238">om.perspectium.outbound.default_disabled</span> | <span style="color: #263238">Used to send messages to Perspectium Integration Mesh to monitor status of the Perspectium for ServiceNow application. </span><br>:info: **<u><span style="color: #000000">NOTE</span></u>****<span style="color: #000000">: </span>**<span style="color: #000000">If the Perspectium application cannot connect to the Default Mesh, this values will toggle to true</span> | true/false | false |
| <span style="color: #263238">com.perspectium.scheduled_job.node</span> | <span style="color: #2e2e2e">Specify node to run Perspectium Scheduled Jobs (Warning: Changing from default may affect performance)</span><br>:info:<span style="color: #2e2e2e"> </span>**<u><span style="color: #000000">NOTE</span></u>****<span style="color: #000000">: </span>**<br>- <span style="color: #000000">The value "Default" allows your ServiceNow instance choose which node to run scheduled jobs on</span>
- <span style="color: #000000">This feature is only available on ServiceNow production instances as developer instances only have one node</span> | dropdown | Default |
| com.perspectium.enable_receipts | Generate receipts from messages received to view <span style="color: #172b4d">details about the data you are sharing to/subscribing</span>. | true/false | false |
| com.perspectium.outbound.delete_immediately   
(DataSync)<br>com.perspectium.observer.outbound.delete_immediately   
(Observer) | <span style="color: #333333">Deletes messages as soon as they are posted to the Integration Mesh, rather than updating them to </span>**<span style="color: #333333">sent</span>**<span style="color: #333333"> and letting a different process delete the message. </span><br>:info:<span style="color: #333333"> </span>**<u><span style="color: #333333">NOTE</span></u>**<u><span style="color: #333333">:</span></u><span style="color: #333333"> This can be used under systems with high volume to limit the different processes going to the Outbound Message tables.</span><span style="color: #333333"> </span> | true/false | false |
| com.perspectium.replicator.track_shared_records | Enable shared record tracking for dynamic shares. | true/false | true |
| <span style="color: #172b4d">com.perspectium.replicator.emoji_support</span> | Enable emoji support for bulk and dynamic shares without the use of custom schema. | true/false | false |
| com.perspectium.outbound.enable_max | Limits the maximum number of messages in the Outbound Messages table. The maximum number of messages is declared in the com.perspectium.outbound.max_messages property.<br>If enabled, when the maximum number of messages is reached , old messages (older than 15 minute) will be deleted. | true/false | false |
| com.perspectium.outbound.max_messages | Maximum number of outbound messages in the Outbound Messages table. Once this maximum has been reached, no new messages will be placed into the Outbound Messages table until the table has less messages than the max.<br>This property is dependent on property **com.perspectium.outbound.enable_max** being enabled. | integer | 10000 |
| com.perspectium.counter_max_value | Maximum number of counter messages in the Outbound Messages table. Once this maximum bas been reached, all of the counter messages will be combined into one. | integer | 3000 |
| com.perspectium.data_cleaner.number_of_batches | Maximum number of records in the Outbound Messages table for the Perspectium Data Cleaner scheduled job. Once the number is reached, the data cleaner will remove the stated amount in the Outbound Messages table. | integer | 200 |
| <span style="color: #000000">com.perspectium.replicator.share_fields.add_view_sys_id</span> | To add the **sys_id** field to a record being shared out when doing a share on a [database view](https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/use/reporting/concept/c_DatabaseViews.html) and using the **Share only selected fields** option. By default, the **sys_id** field is not added since database views do not contain actually **sys_id** values (instead the **sys_id** value is an encoded string starting with <span style="color: #172b4d">**__ENC**</span><span style="color: #172b4d">).</span><br>:info:<span style="color: #2e2e2e">** **</span><u><span style="color: #000000">**NOTE**</span></u><span style="color: #000000">**: **</span><br>- <span style="color: #000000">You can still add the </span>**<span style="color: #000000">sys_id</span>**<span style="color: #000000"> column explicitly by adding it as a column using the </span>**<span style="color: #000000">Add all parent table fields</span>**<span style="color: #000000"> or </span>**<span style="color: #000000">Add all parent and child table fields</span>**<span style="color: #000000"> options available when using the </span>**<span style="color: #000000">Share only selected fields</span>**<span style="color: #000000"> option.</span>
- <span style="color: #000000">You will want to add at least one of the database view's </span>**<span style="color: #000000">_sys_id</span>**<span style="color: #000000"> columns if sharing the data out to a database so the record has a unique identifier field. For example, if sharing the </span>**<span style="color: #000000">incident_metric</span>**<span style="color: #000000"> table, you will want to add at least one or all the </span>**<span style="color: #000000">inc_sys_id</span>**<span style="color: #000000">, </span>**<span style="color: #000000">md_sys_id</span>**<span style="color: #000000"> or </span>**<span style="color: #000000">mi_sys_id</span>**<span style="color: #000000"> columns using the </span>**<span style="color: #000000">Add all parent table fields</span>**<span style="color: #000000"> or </span>**<span style="color: #000000">Add all parent and child table fields</span>**<span style="color: #000000"> options. </span> | true/false | false |