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>



Dynamic shares offer many different options to configure how you want to share data from your instance. These options include:

Share updates since then


Found under the This option on the Simple view (and found under the Runtime Settings tab of the Standard view), this only tells the dynamic share if it should trigger for changes that are done through the user interface (UI) by a ServiceNow user (interactive only) or to capture any changes done, including those done in the background, such as scripting in scheduled jobs.By default, this option is selected meaning only changes done through the UI are triggered and sharedoption will bulk share only records that meet any conditions you specify in the bulk share and have been updated since the last time the bulk share is run. This option is useful if you have this bulk share as part of a scheduled bulk share and only want to share records updated since the last time the bulk share was run.

On the first run of the bulk share, it will share all records based on the conditions you set.

Enable debug logging


Found under the Advanced tab of the Standard view, this option enables debug logging that can be found under Troubleshooting for any execution of this dynamic share to help you troubleshoot issues with your sharing.