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


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.



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

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.