<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #d4af37; 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/gold" style="text-decoration: none; color: #FFFFFF; display: block;"> Gold </a> </div> |
You can sync your ServiceNow attachments by enabling the Include attachments option in your dynamic share or bulk share. If syncing data with a dynamic share, you will need to enable the Share Pending Attachments option to send out attachments that were uploaded before you created your dynamic share. If you are sharing attachments to another ServiceNow instance, you will need to Subscribe to both sys_attachment and the sys_attachment_doc to ensure that your attachments are properly synced.
NOTE:
First, you will need to create a dynamic share or create a bulk share.
To sync attachments among your ServiceNow instances, follow these steps:
|