<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> |
If a sharing (source) application has custom fields that do not typically exist in ServiceNow table schemas, then you will want to enable the Sync all source fields option within your ServiceNow subscribe in your subscribing (target) instance. Enabling the Sync all source fields option will ensure that any custom or outlying fields in your source instance are properly synced (by inserting missing fields) in your target instance.
NOTE: For the Sync all source fields option, the fields that exist in your source instance and that do not exist in your target instance will be created in your target instance with the initial letter of the field label capitalized only. For example, if you have a field in your source instance labeled custom FIELD, that field will be labeled in your target instance as Custom field.
First, you will need to install Replicator for ServiceNow and configure a ServiceNow instance as a subscriber.
To sync all source fields with the fields in your target ServiceNow instance, follow these steps:
|