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>



The Perspectium DataSync Express requires, at a minimum, read access to the Attachment Document tableattachment tables (sys_attachment, sys_attachment_doc, sys_attachment_doc_v2, etc). Modifying the table access will allow attachments to be sent when sharing records.

Prerequisites


(warning) First, you will need to install the Perspectium DataSync Express application.

Procedure

To modify table access, follow these steps:


UI Steps


UI Step

Navigate to the Attachment Document record

In ServiceNow's left side navigation window, navigate to System Definitions > TablesFilter the table by searching for the label Attachment Document and name sys_attachment and click the record.


UI Step

Add access to application scopes

Navigate to the Application Access tab. Please ensure this table is accessible from All application scopes. Then, click the Can read checkbox and Update the record.


UI Step

Repeat steps for sys_attachment_doc tables

Update the access for the sys_attachment_doc and if they exists, any other sys_attachment_doc tables like sys_attachment_doc_v2.