Source subscriptions

Advanced properties for reference data updates

Administrators can configure source subscriptions to allow records to be processed even when reference data is missing or inactive for a target country. This ensures that reference data issues do not block you from getting high-priority data updates (like address or name changes). You can also define the fields that must fail when reference data is missing.

The following advanced properties can be added to the Source Subscription configuration (Advanced Mode):

Advanced Property Value
"job.merge.ignore.invalid.referenceData": "true/false"
  • true - Enables the partial update behavior.

    The record will be updated but you will see a warning in the Job Error Log about the reference data issue so you can fix it.

  • false (default) - Retains current behavior of rejecting the record.

"job.merge.disallow.invalid.referenceData.for.fields": "<field>,<field>",

A comma-separated list of field names from any object that must reject the record for bad reference values. if validation fails (for example, primary_country__v or specialty_1__v).

This property is ignored of the above property is false.

This enhancement is available by default. Administrators can set the properties in the subscription configuration.