Source subscriptions

Error log

The Job Error Log now includes a Native Key column. If you set a native key in your source subscription, it will display in the error log so you can identify which incoming record experienced the error. This is helpful if the record does not have the Network entity ID (VID) as the key.

The option to export the job error log to your FTP server is available in the General Settings section of your source subscription configuration.

This enhancement is enabled by default in your Network instance.

Record state management

Administrators and data managers can add a new advanced property to source subscriptions to determine which records should be updated based on record state. Updates to non-valid records (merge losers, invalid or deleted) typically have no benefit because they are not visible in the Network UI. Updates to merge losers after they have been merged are not shared with the winning record. So, although these updates are lost, they are still processed in other subscription jobs (for example, target subscriptions). You can use this property to specify that only Valid records are updated to reduce processing times.

This property is available in your Network instance by default. If the property is not defined, the default behavior (ANY) is applied to new and existing subscriptions to ensure that existing behavior in your source subscription does not change.

New advanced property

Add the property to the Advanced Mode in your source subscription to determine the records that are updated.

New property

job.merge.allowUpdatesForRecordsWithState

Supported values

  • ANY (default)
  • VALID
  • INVALID
  • UNDER_REVIEW
  • MERGED_INTO

The property supports the non-valid record options because there might be situations where you need to make updates to non-valid records.

This property only applies when updates are done through key matching (using custom keys and/or Network Entity IDs (VIDs)) within a source subscription. Updates to non-valid records should be uncommon because custom keys are typically copied to the surviving record in a merge or inactivated in other situations, so key matching directs the incoming update to the valid record.

Job details

If a source subscription attempts to update a record whose record state is different from the property value in that subscription, a warning displays in the Job Error section. You can investigate the incoming updates further; for example, if updates were attempted to a merge loser, you might want to add them to the merge winner.