<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> |
By default, bulk shares are scheduled jobs that are run as the system user with access to all the records of a table. However, you can alternatively run your bulk share as another user by utilizing the Run as option. This feature can be useful when you want to limit the bulk share to a subset of data that certain users have access to, such as records in one domain in your domain separated instance.
First, you will need to follow the steps to get started with DataSync for ServiceNow and create a bulk share.
To run a bulk share as another user, follow these steps:
|