<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> |
When setting up a bulk share, one of the settings to configure is the Sharing setup. This setting determines what records are sent out with the share. There are three options: Share table records only, Share all table records and child records, and Share the last descending child of each table record. The last option is set as the default. Scroll down a bit for a breakdown of each option. You can also read more about this setting at Replicating ServiceNow's Parent Child Hierarchy.
You can set this feature how you desire at the time of creating your share.
Here's how to change the setting:
This feature allows you to share only records for the table you select in the setup of your share. Otherwise, by default, shares will share records for the table you select, as well as the last descending associated child records for that table. So, this feature disables the sharing of those associated child records and shares the base table only.
For more information on this, see Replicating ServiceNow's Parent Child Hierarchy.
|
This feature allows you to share all child records associated with a table, in addition to the table records themselves. Otherwise, by default, shares will share records for the table you select, and the last descending associated child records for that table. So, this feature enables the sharing of all associated child records along with the base table.
For more information on this, see Replicating ServiceNow's Parent Child Hierarchy.
|
This feature allows you to share only child records that are directly associated with the chosen table, in addition to the table records themselves. This is the default option.
For more information on this, see Replicating ServiceNow's Parent Child Hierarchy.
|