Versions Compared

Key

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

App Version 


HTML
<style>

.
version
release-box {
	height: 
25px
30px; 
	width: 
width
100px; 
	padding-top: 
200px
8px;
	text-align: center; 

	border-radius: 5px; 
	font-weight: bold; 
	background-color: #8efeb3;  
	border-color: 
1px solid #ddd
#FCE28A;
}
</style> <select class="version" id="version" onchange="showContent()">


.release-box:hover {
  	cursor: hand;
    
<option value="5.0.2">5.0.2</option>
cursor: pointer;
    
<option value="5.0.0">5.0.0</option>
opacity: .9; 
}
</
select>
style>
<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>
<meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/krypton" style="text-decoration: none; color: #FFFFFF; display: block;">
Krypton
</a>
</div>



Bulk shares allow for one-time sharing of ServiceNow records. Bulk shares can contain conditions and can also be configured to contain a group of scheduled bulk shares to be run in an order that you can specify.


Prerequisites


(warning) You will need to install the Perspectium DataSync Express application.


Procedure

To create a DataSync Express bulk share, follow these steps:



UI Tab
title58.0.20


UI Steps


UI Step

Navigate to Bulk Share

In ServiceNow's left side navigation window, navigate to Perspectium DataSync Express DataSync Express >  > Shares > Create New Bulk Share or simply type and then click on Bulk Share.

UI Step

Click New

At the top of the form next to Bulk Shares, click the New button. 

UI Step

Enter a bulk share name

In the Name field, type any name for your bulk share.

UI Step

Choose a table

Click the dropdown next to Table. Then, search for and choose the table whose data you want to bulk share out.

UI Step

Execute your bulk share

Click the Save button at the bottom of the form to save the configurations for your bulk share. Once your bulk share configurations have been saved, you can click back into the bulk share record and click the Execute Now button at the bottom of the form to bulk share out the specified records immediately. Alternatively, you can choose to run a bulk share at specified interval(s) by creating a scheduled bulk share.

Image Removed

(info) NOTE

  • After creating a bulk share, data from your ServiceNow instance should start automatically syncing with the Perspectium Cloud database
  • Some special characters present in the outbound message created by the bulk share may not be read properly on the Perspectium Cloud Database. 
UI Tab
title5.0.0
<script> var tabs = document.getElementsByClassName("rwui_tab_content"); for (var i = 0; i < tabs.length; i++) { if (tabs[i].getAttribute("data-name") == "5.0.2") { tabs[i].style.display = ""; } else { tabs[i].style.display = "none"; } } </script>
Info

You will see the Simple view of the bulk share configuration form the first time you create a new bulk share. The Simple view shows the primary options available for configuring a bulk share. To see all options available, click on the Standard view option available under Related Links at the bottom to toggle over to the Standard view of the form.

(info) NOTESwitching from Simple view to Standard view does not carry any configurations over. Once you have switched over to Standard view on a bulk share that has been saved, you cannot change back to the Simple view so as to prevent accidentally disabling any features you selected on the Standard view.

UI Steps
UI Step

Navigate to Bulk Share

In ServiceNow's left side navigation window, navigate to Perspectium DataSync Express DataSync Express > Bulk Share or simply type and then click on Bulk Share.

UI Step

Click New

At the top of the form next to Bulk Shares, click the New button. 



UI Step

Enter a bulk share name

In the Name field, type any name for your bulk share.


UI Step

Choose a table

Click the dropdown next to Table. Then, search for and choose the table whose data you want to bulk share out.


Choose an encryption method

Scroll down to the Additional Settings tab. Choose a method to encrypt the data that will be shared out from the Encryption Method dropdown. Cipher options include:

UI Step
Encryption MethodBulk shared data will...
TripleDESbe encrypted with Triple DES.
AES128

be encrypted with AES-128.

Base64 Encode Onlyhave Base64 encoding only.
Unencryptednot be encrypted.

Specify the Sharing setup for how records to be shared out when the bulk share is executed.


UI Step

Choose a target queue

Click the Search icon next to the Target queue field and in the Queues popup, select the shared queue that you want to bulk share your record data to.


UI Step

Optionally configure other options

Configure additional features such as Table Maps and Before/After share scripts (see the navigation menu on the left for additional bulk share options).


UI Step

Execute your bulk share

Click the Save button at the bottom of the form to save the configurations for your bulk share. Once your bulk share configurations have been saved, you can click back into the bulk share record and click the Execute Now button at the bottom of the form to bulk share out the specified records immediately. Alternatively, you can choose to run a bulk share at specified interval(s) by creating a scheduled bulk share.

Image Removed

(info) NOTE

  • After creating a bulk share, data from your ServiceNow instance should start automatically syncing with the Perspectium Cloud databaseTo ensure that your database meets the requirements for your DataSync Express integration, see Agent Requirements.
  • Some special characters present in the outbound message created by the bulk share may not be read properly on the Perspectium Cloud Database. 
HTML

Image Added