FieldMappingRecommendation Object
Recommendation for how to map a single CRM field into Tarvent. Either references an existing DataField, suggests a new one, points at a virtual merge tag, or rejects the source as reserved.
Fields
#
existingDataField
Existing DataField matched in the target audience. Populated when MatchType is Exact, Alias, or Fuzzy. For Fuzzy matches, NewField is also populated so the UI can offer both options.
newField
Suggested new DataField to create when no match is found, or when the UI wants to offer a create-new option alongside a fuzzy match. Populated when MatchType is None or Fuzzy.
virtualMergeTag
Virtual Tarvent merge tag to use (e.g. Intg_Name, Intg_Address) when the CRM field is a special composite. Populated when MatchType is Virtual.
warnings
Non-fatal notes about the recommendation (e.g. truncated names, type fallbacks).
Usages
#
References
#
- Field recommendIntegrationFieldMapping from Query
FieldMappingInput
FieldMatchType
