Versions Compared

Key

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

Version 

HTML
<style> 
.version {
	height: 25px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
</style>
<select class="version" id="version" onchange="showContent()">
	<option value="6.1.0">6.1.0</option>
	<option value="6.0.5" selected>6.0.5</option>
	<option value="6.0.3">6.0.3</option>
	<option value="6.0.2">6.0.2</option>
	<option value="6.0.1">6.0.1</option>
    <option value="6.0.0">6.0.0</option>
</select>
<script> 
function showContent() {
	var dropdown = document.getElementById("version"); 
	var tabs = document.getElementsByClassName("rwui_tab_content");
	for (var i = 0; i < tabs.length; i++) {
		if (tabs[i].getAttribute("data-name") == dropdown.value) {
			tabs[i].style.display = "";
		}
		else {
			tabs[i].style.display = "none";
		}
	}
}
</script>



You now have the option to limit the number of records Attachments and Audit Outbound Processing job processes.
UI Tabs


UI Tab
title6.1.0

Release Date: TBD

Enhancements

You now have the option to limit the number of records Attachments and Audit Outbound Processing job processes.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-18081


Removed custom table (u_psp_bulk_share_job) from Core application that is no longer being used. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-18651


Scroll bars will now appear in UI pages for the Core application. 

UI Tab
title6.1.0

Release Date: TBD

Enhancements

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

18081Removed custom table (u_psp_bulk_share_job) from Core application that is no longer being used

18524


Perspectium update sets will install everything needed on commit so running Finish Install is no longer be required

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

18651

12661

Scroll bars


Heartbeat messages will now

appear in UI pages for the Core application. 

contain the UI version of the Core application in the attributes field, i.e. ui=He20, ui=legacy. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

18524Perspectium update sets will install everything needed on commit so running Finish Install is no longer be required. 

18593


Table compare feature now allows for comparing child tables as well.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12661Heartbeat messages will now contain the UI version of the Core application in the attributes field, i.e. ui=He20, ui=legacy. 

15551


Reset values in the related list when user changes a dynamic share table

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

18593Table compare feature now allows for comparing child tables as well

17880


Enhanced handling on display value fields for glide_list, glide_duration and choice fields in the Table Schema (compatible with DataSync Agent 6.1.0).

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15551Reset values in the related list when user changes a dynamic share table

11459


The following features are redesigned to fit the Helium (He20) style to improve user experience:

  • Table Monitoring 
Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17880Enhanced handling on display value fields for glide_list, glide_duration and choice fields in the Table Schema (compatible with DataSync Agent 6.1.0).

15227

  •  Create MultiOutput Jobs 
Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11459

The following features are redesigned to fit the Helium (He20) style to improve user experience:

Table Monitoring 

17002


Added backwards compatibility support by using the table map Type field to look for table schema if no table found with a value matching the Target Table Map field.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15227 Create MultiOutput Jobs 

16086


Share on updated display value in dynamic shares will now only create one business rule for each reference table for multiple shares. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17002Added backwards compatibility support by using the table map Type field to look for table schema if no table found with a value matching the Target Table Map field.

10874


Removed ETS references for script include optimization. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16086Share on updated display value in dynamic shares will now only create one business rule for each reference table for multiple shares

15833


When a bulk share is executed and debug logging is enabled, you will now be warned if the number of records shared is larger than the value specified in the Perspectium properties

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10874Removed ETS references for script include optimization Show If

10467


Add display value language is now available for dynamic share using flow designer

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15833

When a bulk share is executed and debug logging is enabled, you will now be warned if the number of records shared is larger than the value specified in the Perspectium properties. 

11092


Sharing scoped app tables is now available without manual setup. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10467Add display value language is now available for dynamic share using flow designer

12481


Support DataSync Agent's Validate Configuration to check the encryption methods in bulk/dynamic shares with the shared queue in the core and agent.xml

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11092Sharing scoped app tables is now available without manual setup

17267


Enhanced validation for advance features for bulk and dynamic shares

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12481Support DataSync Agent's Validate Configuration to check the encryption methods in bulk/dynamic shares with the shared queue in the core and agent.xml

11524


Subscribed queues with bad credentials will now be deactivated when the Perspectium Inbound Subscribe job runs

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17267Enhanced validation for advance features for bulk and dynamic shares

12730


Selecting the value "after" for "Business Rule When" will no be available when delete trigger is enabled

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11524Subscribed queues with bad credentials will now be deactivated when the Perspectium Inbound Subscribe job runs

17716



Bug Fixes

Null pointer exception issue no longer appear when using Oracle Database in ServiceNow

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12730Selecting the value "after" for "Business Rule When" will no be available when delete trigger

22348


Emojis will now always get captured when the property, com.perspectium.replicator.emoji_support, is enabled. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17716Bug FixesNull pointer exception issue no longer appear when using Oracle Database in ServiceNow

20409


Updated the Core application font to use Proxima-Nova

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

22348Emojis will now always get captured when the property, 

20452


Bulk sharing SLA tables with conditions applied will not error in sharing records.

com.perspectium.replicator.emoji_support, is enabled.

 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

20409Updated the Core application font to use Proxima-Nova

17375


Enhanced error handling in the Perspectium action used in flow designer dynamic shares to minimize system logs

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

20452Bulk sharing SLA tables with conditions applied will not error in sharing records

18506


Removed update on default ServiceNow Execute Now UI action to avoid upgradability issues

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17375Enhanced error handling in the Perspectium action used in flow designer dynamic shares to minimize system logs

19434


The general properties page will now display a message to initiate a Finish Install to populate properties

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

18506Removed update on default ServiceNow Execute Now UI action to avoid upgradability issues.

18125


Upon execution of Uninstall Non-Observer Components with Helium core update set, he20 modules will no longer be present. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

19434The general properties page will now display a message to initiate a Finish Install to populate properties

16508


A Table Map with String fields that have an html value will no longer cause the outbound message to have an empty value

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

18125Upon execution of Uninstall Non-Observer Components with Helium core update set, he20 modules will no longer be present. 

19171


If a share/subscribed queue is created with monitor check and attempts to save the form, the form will no longer throw a mandatory Endpoint URL error.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16508A Table Map with String fields that have an html value will no longer cause the outbound message to have an empty value. 

17034




UI Tab
title6.0.5

Release Date: August 26, 2021

Enhancements

Table compare now supports the merged attachments table for fully built attachments.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

19171If a share/subscribed queue is created with monitor check and attempts to save the form, the form will no longer throw a mandatory Endpoint URL error

22615


IODateTimePlugin now supports the merged attachments table for fully built attachments.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17034

22616




UI Tab
title6.0.
5
3

Release Date: August

26

12, 2021

EnhancementsTable compare now supports the merged attachments table for fully built attachments
Bug Fixes

Dynamic sharing with Use audit delete listener enabled will now trigger a delete outbound message.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

22615

20079


Deleting a dynamic share with Use delete recovery listener enabled will now remove the business rule created for that share in the sys_delete_recovery table. 

IODateTimePlugin now supports the merged attachments table for fully built attachments.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

22616 UI Tab
title6.0.3

20090


The Resend Unacked Receipts job will no longer have issues resending messages for deletes. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,

Release Date: August 12, 2021

Bug Fixes

Dynamic sharing with Use audit delete listener enabled will now trigger a delete outbound message.

Show If
special@authenticated
JiraserverJIRAcolumnskey,

summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

20079Deleting a dynamic share with Use delete recovery listener enabled will now remove the business rule created for that share in the sys_delete_recovery table. 

22148




UI Tab
title6.0.2

Release Date: April 20 2021

Bug Fixes

Upon installing Helium Core, the u_psp_heartbeat table will no longer get deleted.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

20090

18331




UI Tab
title6.0.1

Release Date: March 19, 2021

Enhancements

Removed the Getting Started page for better user experience since features on that page can be accessed through other modules.

Show If
special@authenticated

(Internal) No Jira is linked for this release notes. 



Bug Fixes

Fixed an issue with attachments, comments, and sys audit records not sending out correctly with Data Guarantee.

The Resend Unacked Receipts job will no longer have issues resending messages for deletes. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

22148

17782




UI Tab
title6.0.
2
0

Release Date:

April 20

February 28, 2021 

Bug FixesUpon installing Helium Core, the u_psp_heartbeat table will no longer get deleted.

New Features

Start comparing your records from ServiceNow to a Database or to another ServiceNow instance with Table Compare by share or by table/condition. With Audit Shares, you can compare records shared by bulk shares or dynamic shares with the records in your database. With Table Compare by Table/Condition, you can compare records that satisfy specified conditions with the same records in your database. You also have the option to be notified of discrepancies when table compare is run. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

18331

Release Date: March 19, 2021

Enhancements

Removed the Getting Started page for better user experience since features on that page can be accessed through other modules.

Show If
special@authenticated

(Internal) No Jira is linked for this release notes. 

Bug Fixes

Fixed an issue with attachments, comments, and sys audit records not sending out correctly with Data Guarantee.

Show If
special@authenticated
Jira

9256

UI Tab
title6.0.1

Jira

serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17782 UI Tab
title6.0.0

Release Date: February 28, 2021 

New Features

Start comparing your records from ServiceNow to a Database or to another ServiceNow instance with Table Compare by share or by table/condition. With Audit Shares, you can compare records shared by bulk shares or dynamic shares with the records in your database. With Table Compare by Table/Condition, you can compare records that satisfy specified conditions with the same records in your database. You also have the option to be notified of discrepancies when table compare is run. 

11485


Enable the Use Delete Recovery Listener feature to ensure that records that may have bypassed the ordinary delete business rule are included in your dynamic share. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9256

9896

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11485Enable the Use Delete Recovery Listener feature to ensure that records that may have bypassed the ordinary delete business rule are included in your dynamic share. 

11399


Enable sharing indexes of a table in ServiceNow for the DataSync Agent to create the same indexes in the database.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV

-9896

-7290


You can now ignore specific field mappings in table maps for cases where your conditions aren't met. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11399Enable sharing indexes of a table in ServiceNow for the DataSync Agent to create the same indexes in the database

9215


Enable truncating table in the database by the DataSync Agent using Truncate Before Share.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

7290You can now ignore specific field mappings in table maps for cases where your conditions aren't met. 

9448


Switch between the Legacy UI or the New UI with Switch UI versions.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9215Enable truncating table in the database by the DataSync Agent using Truncate Before Share.

14591


Navigate through getting started with the DataSync for ServiceNow application with the Getting Started module. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9448Switch between the Legacy UI or the New UI with Switch UI versions.

11941


Request a Troubleshooting Report from another ServiceNow instance. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14591Navigate through getting started with the DataSync for ServiceNow application with the Getting Started module

9450


You can now enable the use of multiple concurrently running scheduled jobs with the Create Inbound Processors tool

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11941Request a Troubleshooting Report from another ServiceNow instance

13044


With the global variable, psp_name, you can change the table name in the name field before the outbound message is sent in a Before share scripts

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9450You can now enable the use of multiple concurrently running scheduled jobs with the Create Inbound Processors tool. 

12499


To improve bulk share performance and increase throughput, you now have the option to choose the number of jobs to process the records shared. See Multiple Bulk Share Jobs.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13044With the global variable, psp_name, you can change the table name in the name field before the outbound message is sent in a Before share scripts Show If

12393


Remove records that no longer exist in your instance from your agent database using Synchronize Deleted Records.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12499

To improve bulk share performance and increase throughput, you now have the option to choose the number of jobs to process the records shared. See Multiple Bulk Share Jobs.

14019


Choose or limit which child records will be dynamically shared with the Shared Child Tables list. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12393Remove records that no longer exist in your instance from your agent database using Synchronize Deleted Records.

9447


You can now turn off receipts for a share if you don't want to generate receipts for a dynamic share or bulk share. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14019

14908



Enhancements

Added additional Database Indexes to u_psp_log_message to enhance performance of specific queries. 

show-

Choose or limit which child records will be dynamically shared with the Shared Child Tables list. 

show-
if
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9447You can now turn off receipts for a share if you don't want to generate receipts for a dynamic share or bulk share. 

13299


When sharing out a database view table via bulk share, there’s a ServiceNow limitation set to 10k records. There is now a warning message that will alert you on how to change that limit.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14908

9196


Renamed Perspectium Bulk Share Send Deferred scheduled job to Perspectium Check Deferred Bulk Shares to better reflect functionality.

show-

Enhancements

Added additional Database Indexes to u_psp_log_message to enhance performance of specific queries. 

show-
if
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13299When sharing out a database view table via bulk share, there’s a ServiceNow limitation set to 10k records. There is now a warning message that will alert you on how to change that limit.

9626


If a queue gets deactivated due to a 401 error, the status field of the queue will display a message explaining why the queue is deactivated. You can also check Perspectium Logs for more details. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9196Renamed Perspectium Bulk Share Send Deferred scheduled job to Perspectium Check Deferred Bulk Shares

10631


Records will now be shared upon changing the display field for a reference table with Share on updated display values

 to better reflect functionality

.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9626If a queue gets deactivated due to a 401 error, the status field of the queue will display a message explaining why the queue is deactivated. You can also check Perspectium Logs for more details

12042


The sys_user_has_role can now be chosen for dynamic share using flow designer

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10631

10638


Encryption Mode is now available for shared queues. 

Show If

Records will now be shared upon changing the display field for a reference table with Share on updated display values.

show-if
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12042The sys_user_has_role can now be chosen for dynamic share using flow designer

12451


Re-share records with a bulk share configuration in Compare Records by Table/Condition

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10638Encryption Mode is now available for shared queues. 

13116



Most recent update of a record will be checked for in Table Compare. If the most recent record is not found, the record will be re-shared.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12451Re-share records with a bulk share configuration in Compare Records by Table/Condition Show If
special@authenticated

12677


You can be notified using ServiceNow email notifications when the Agent or Meshlet has an error processing a record.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13116

Most recent update of a record will be checked for in Table Compare. If the most recent record is not found, the record will be re-shared.

key,

12351
 

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12677You can be notified using ServiceNow email notifications when the Agent or Meshlet has an error processing a record. 

14451


Scheduled jobs such as Perspectium MultiOutput Processing and Replicator Subscriber will no longer get stuck when no Perspectium properties are populated. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12351

12163


Reset your data cleaner rules for situations where the outbound messages are unable to clear up. See Troubleshooting DataSync for ServiceNow Issues.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14451Scheduled jobs such as Perspectium MultiOutput Processing and Replicator Subscriber will no longer get stuck when no Perspectium properties are populated

13290


Information message added to further explain the next step when enabling monitoring queues

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12163Reset your data cleaner rules for situations where the outbound messages are unable to clear up. See Troubleshooting DataSync for ServiceNow Issues.

12022


Perspectium Data Cleaner (u_psp_data_cleaner) table is added to the Clone Exclude Table (clone_data_exclude). 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13290Information message added to further explain the next step when enabling monitoring queues

15281


Added attribute to receipt messages to indicate the receipt has been re-shared

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12022Perspectium Data Cleaner (u_psp_data_cleaner) table is added to the Clone Exclude Table (clone_data_exclude). 

12866


Counter messages will no longer exceed byte limit.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15281

9417


Removed Perspectium tables no longer being used to reduce custom table countu_psp_message_set_activity, u_shared_queue_group, u_psp_repl_reg, u_psp_ets_out_message.

show-

Added attribute to receipt messages to indicate the receipt has been re-shared. 

show-
if
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12866Counter messages will no longer exceed byte limit.

10633


Bulk share's timezone will now match the current user's timezone. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9417Removed Perspectium tables no longer being used to reduce custom table countu_psp_message_set_activity, u_shared_queue_group, u_psp_repl_reg, u_psp_ets_out_message

11723


Updated UI for all confirmation pages, i.e. Run Perspectium Finish Install scriptsReset Dynamic Share RulesUninstall DataSync for ServiceNow.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10633Bulk share's timezone will now match the current user's timezone. 

13399


Navigate through all of the available outbound messages modules with the Outbound module.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11723

13505

Updated UI for all confirmation pages, i.e. Run Perspectium Finish Install scriptsReset Dynamic Share RulesUninstall DataSync for ServiceNow


Access all sharing options with the Shares module.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13399Navigate through all of the available outbound messages modules with the Outbound module.

13453


Troubleshooting features are now accessible in one module: Troubleshooting

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13505Access all sharing options with the Shares

13417


The Properties module now contains an easy access to the General Settings and the DataSync Settings

 module

.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13453Troubleshooting features are now accessible in one module: Troubleshooting

13435


Features that will be deprecated in future releases, but are still accessible in the application will be accessible through Legacy Features

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13417The Properties module now contains an easy access to the General Settings and the DataSync Settings.

14345


Troubleshooting Report now separates bulk share, dynamic share, and shared/subscribed queues reports. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13435Features that will be deprecated in future releases, but are still accessible in the application will be accessible through Legacy Features

9195


Access all tools features with the Tools module.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14345Troubleshooting Report now separates bulk share, dynamic share, and shared/subscribed queues reports. 

14061


Enhanced module arrangements for a clear user experience when navigating the app. See How to Use DataSync for ServiceNow for the updated arrangements!

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9195Access all tools features with the Tools module.

9701


Added support for sending Troubleshooting Report to another ServiceNow instance in addition to Perspectium Support. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14061

9450


Enhanced

module arrangements for a clear user experience when navigating the app. See How to Use DataSync for ServiceNow for the updated arrangements!

list view to better show relevant information for multiple Perspectium tables including dynamic shares, bulk shares, and inbound/outbound messages. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9701Added support for sending Troubleshooting Report to another ServiceNow instance in addition to Perspectium Support

10644


MultiOutput jobs can now be created by outbound queues or outbound table sys_id

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9450Enhanced list view to better show relevant information for multiple Perspectium tables including dynamic shares, bulk shares, and inbound/outbound messages. 

14238


Include multiple processing jobs for attachments and audits when creating MutltiOutput jobs.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10644MultiOutput jobs can now be created by outbound queues or outbound table sys_id. 

10641


Added property to opt out on updating dynamic share record counts to optimize dynamic share performance.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14238

10634


Starting with ServiceNow's Paris release, setWorkflow applies to Flow Designers to prevent flows from executing. Upon the creation of a dynamic share using flow, a message will appear to inform you on how to continue using setWorkflow without stopping your Flow Designer. See Can I configure it so setWorkflow doesn't prevent my flow designers from running?

Show If
special@authenticated

Jira
serverJIRA
columnskey,

Include multiple processing jobs for attachments and audits when creating MutltiOutput jobs.

Show If
special@authenticated
Jira
serverJIRA
columns

summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10641Added property to opt out on updating dynamic share record counts to optimize dynamic share performance.

15492


Enhanced installation script to avoid Preview errors upon importing the application's update set. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10634Starting with ServiceNow's Paris release, setWorkflow applies to Flow Designers to prevent flows from executing. Upon the creation of a dynamic share using flow, a message will appear to inform you on how to continue using setWorkflow without stopping your Flow Designer. See Can I configure it so setWorkflow doesn't prevent my flow designers from running?

11768


A weekly Troubleshooting Report will now be sent to Perspectium Support. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15492

9319


When using MBS 3.0, you can use the mesh_entry_id field to verify that the outbound message is saved to a file in a queue in the Perspectium Integration Mesh.

show

Enhanced installation script to avoid Preview errors upon importing the application's update set. 

show
-if
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11768A weekly Troubleshooting Report will now be sent to Perspectium Support. 

12185


Child tables can now be included with Data obfuscation.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9319When using MBS 3.0, you can use the mesh_entry_id field to verify that the outbound message is saved to a file in a queue in the Perspectium Integration Mesh.

11075


Scheduled sync up can now capture deletes that may have been missed with Activate delete sync 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12185Child tables can now be included with Data obfuscation.

10318


Logging and naming of Perspectium scheduled jobs and script includes have been updated for better understanding and reflection of what each do. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11075Scheduled sync up can now capture deletes that may have been missed with Activate delete sync 

15005


Starting in ServiceNow's Paris release, Flow Designer will capture changes from the selected table and its extended tables. With Helium release, you will no longer see additional Flow Designer's created for extended records.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10318Logging and naming of Perspectium scheduled jobs and script includes have been updated for better understanding and reflection of what each do.

14809


Set a time that when reached will delete pending receipts. See Deleting receipts. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15005Starting in ServiceNow's Paris release, Flow Designer will capture changes from the selected table and its extended tables. With Helium release, you will no longer see additional Flow Designer's created for extended records

12894


You can now limit the number of receipts created in the DataSync Settings.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14809Set a time that when reached will delete pending receipts. See Deleting receipts

12894


Updated information messages for Get Queue Status in shared queues to be more consistent and concise.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12894You can now limit the number of receipts created in the DataSync Settings.

16468


Updated logging messages for queue heartbeats for better troubleshooting. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12894Updated information messages for Get Queue Status in shared queues to be more consistent and concise

16317


Fixed issue with display values that affects add display value language feature.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16468Updated logging messages for queue heartbeats for better troubleshooting

16763


Adding a 'share_type' attribute to messages will allow for dynamic share messages to be processed in a single lane to guarantee messages are processed in order

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16317Fixed issue with display values that affects add display value language feature.

14827


Legacy table compare for ServiceNow to database/ServiceNow is now part of a separate update set. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16763Adding a 'share_type' attribute to messages will allow for dynamic share messages to be processed in a single lane to guarantee messages are processed in order

11317


Bulk and dynamic share forms are enhanced for better user experience

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14827

10642

Legacy table compare for ServiceNow to database/ServiceNow is now part of a separate update set. 


Receipts for Data Guarantee now only requires one option to be enabled.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11317

14908



Bug Fixes

Modifying the encoded query on the business rule the bulk share creates on the shared table will proceed to share all records.

show-

Bulk and dynamic share forms are enhanced for better user experience. 

show-
if
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10642Receipts for Data Guarantee now only requires one option to be enabled

9434


Fixed to display proper error message (and not TypeError null) when doing Get Queue Status on a queue where the URL is invalid.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14908

Bug Fixes

Modifying the encoded query on the business rule the bulk share creates on the shared table will proceed to share all records

9499


Upon creation of a scheduled bulk share, a message will pop up stating the there is another scheduled bulk share running at the given time even though no other scheduled bulk share is running at the same time. This message will no longer appear if there are no other scheduled bulk share running at the same time.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9434Fixed to display proper error message (and not TypeError null) when doing Get Queue Status on a queue where the URL is invalid

9353


If a table map is set in your dynamics share, records with an attachment or message size greater than 5 MB will not be shared out.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9499Upon creation of a scheduled bulk share, a message will pop up stating the there is another scheduled bulk share running at the given time even though no other scheduled bulk share is running at the same time. This message will no longer appear if there are no other scheduled bulk share running at the same time.

8734


Showing record encryption key in a default subscribed queue will no longer display an undefined value. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

9353, records with an attachment or message size greater than 5 MB will not be shared out

10612

If a table map is set in your dynamics share


Creating a dynamic share will no longer set unnecessary text in the Notes field.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

8734Showing record

11505


Purge Queue will no longer reset the encryption key in a default

subscribed queue will no longer display an undefined value. 

subscribe queue.  

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10612Creating a dynamic share

11544


Emojis will no longer

set unnecessary text in the Notes field.

be removed in the outbound messages when at lease one custom schema feature is used (tablename, column_name, _dv suffix). 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11505Purge Queue

11990


Creating a group share will no longer

reset the encryption key in a default subscribe queue.  

exclude tables that was added on top of the template selected. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11544Emojis will no longer be removed in the outbound messages when at lease one custom schema feature is used (tablename, column_name, _dv suffix)

11049


Fixed inconsistent placement of name field upon creating a new queue

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11990Creating a group share will no longer exclude tables that was added on top of the template selected

13600


Updated description for concurrent scheduled bulk shares in properties page

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11049Fixed inconsistent placement of name field upon creating a new queue

15023


Fixed previous, i.e. previous.short_description, in before/after share script returning NullPointer Exception and not previous GlideRecord object's properties

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13600Updated description for concurrent scheduled bulk shares in properties page

11176


Fixed current, i.e. current.operation(), in before/after share script returning NullPointer Exception and not previous GlideRecord object's properties

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15023Fixed previous

11197


When the Include referenced field records option is enabled, a schema message will now be sent out for referenced tables, i.e.

previous.short_description, in before/after share script returning NullPointer Exception and not previous GlideRecord object's properties

sys_user.schema

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11176Fixed current, i.e. current.operation(), in before/after share script returning NullPointer Exception and not previous GlideRecord object's properties. 

13961


Improved error notifications to provide better user experience and removed those that are no longer needed.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

11197When the Include referenced field records option is enabled, a schema message will now be sent out for referenced tables, i.e. sys_user.schema.

14469


More Info documentation link updated for built-in template group shares. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13961Improved error notifications to provide better user experience and removed those that are no longer needed

16229


Bulk shares with conditional shares and encryption method set to AES-256 will now use custom encryption keys from the selected shared queue.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

14469More Info documentation link updated for built-in template group shares

13771


Embedded Table Maps will no longer have a null value for empty values

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16229Bulk shares with conditional shares and encryption method set to AES-256 will now use custom encryption keys from the selected shared queue

12587


Admin role will no longer be required to run actions for confirmation features, i.e. Finish Install.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

13771Embedded Table Maps will no longer have a null value for empty values

Admin role will no longer be required to run actions for confirmation features, i.e. Finish Install.

16174


Scheduled sync up with dynamic share using Flow will now honor conditions applied in the share

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

12587

15273


The number of records synced last interval will now only reflect records that are shared. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16174Scheduled sync up with dynamic share using Flow will now honor conditions applied in the share

15463


The name field in shared and subscribed queues will no longer accept invalid queue name, i.e. psp.out..servicenow.sample

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15273The number of records synced last interval will now only reflect records that are shared. 

16277


Records will no longer be created in the u_psp_bulk_share_job when the records are not being used.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15463The name field in shared and subscribed queues will no longer accept invalid queue name, i.e. psp.out..servicenow.sample. 

16387


UI actions exclusive to a related list will not appear in other related lists that reference the same table.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16277Records

16357


When sharing the ast_contract table, decimal values in the amount column will no longer be

created

removed in the

u_psp_bulk_share_job when the records are not being used.

subscribing instance. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16387UI actions exclusive to a related list will not appear in other related lists that reference the same table.

16032


Error logs related to queues will now state the queue name related to the issue. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16357

16287

When sharing the ast_contract table, decimal values in the amount column will no longer be removed in the subscribing instance. 


Business Rule When after is now removed for delete triggers.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16032Error logs related to queues will now state the queue name related to the issue. 

17075


Only online nodes that Perspectium jobs can be scheduled to run on will be selectable in the Nodes to run on option and used to determine free resources when running scheduled bulk shares.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16287Business Rule When after is now removed for delete triggers

15175


Enabling Monitor and Track History for multiple queues will now successfully get each queue's history.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

17075Only online nodes that Perspectium jobs can be scheduled to run on will be selectable in the Nodes to run on option and used to determine free resources when running scheduled bulk shares.

16920



Removed Features

Ready to Run 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

15175Enabling Monitor and Track History for multiple queues will now successfully get each queue's history

10633


Removed legacy table compare from Group Share.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

16920

Removed Features

Ready to Run 

15899


Open in High Charts Cloud link has been removed in the Queue History graph. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-

10633

Removed legacy table compare from Group Share.

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-15899

Open in High Charts Cloud link has been removed in the Queue History graph. 

Show If
special@authenticated

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde15725ca-3b2b-32f6-914c-89477a90901d
keyDEV-16920

HTML<script> var tabs = document.getElementsByClassName("rwui_tab_content"); for (var i = 0; i < tabs.length; i++) { if (tabs[i].getAttribute("data-name") == "6.0.5") { tabs[i].style.display = ""; } else { tabs[i].style.display = "none"; } } </script>

16920