AutoMapResult Object
Result of an auto-map operation: the resulting field mappings, the DataFields that were created to satisfy them, and any CRM fields that were skipped.
Fields
#
createdDataFields
[DataField !]!
Non-null
New DataFields created in the target audience to satisfy unmatched CRM fields.
mappings
[FieldMapping !]!
Non-null
Field mappings produced. Already persisted to AccountIntegration.FieldMappingConfig.
skippedFields
[String !]!
Non-null
CRM field names that were skipped (e.g. reserved Tarvent_ prefix, unsupported types, or non-essential fields in Essentials mode).
warnings
[String !]!
Non-null
Non-fatal warnings (e.g. fallback DataType used, name collision suffixed).
Usages
#
References
#
- Field autoMapIntegrationFields from Mutation
Previous
AutoMapMode
