Versions Compared

Key

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


HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #8efeb3;  
	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/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
title8.0.0


<script> var tabs = document.getElementsByClassName("rwui_tab_content"); for (var i = 0; i < tabs.length; i++) { if (tabs[i].getAttribute("data-name") == "8.0.0") { tabs[i].style.display = ""; } else { tabs[i].style.display = "none"; } } </script>
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  > Shares > Create New 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.


(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. 
HTML