Elements and Sections in the Lead Conversion Mapping XML Output File

The following table describes the elements and sections in the lead conversion mapping XML output file.

Table Elements and Sections in the Lead Conversion Mapping XML File

Description Element or Section

The <FieldMapping> section contains the details of the mappings for a single field on the Lead record type.

<data:FieldMapping>
. . .
</data:FieldMapping>

<LeadFieldName> contains the system name of a field on the Lead record type.

<data:FieldMapping>
  <data:LeadFieldName>TEXTSM_001</data:LeadFieldName>
. . .
</data:FieldMapping>

<ContactFieldName> contains the system name of the field on the Contact record type that the field on the Lead record type is mapped to, if a mapping exists.

<data:FieldMapping>
. . .
  <data:ContactFieldName>TEXTSM_001</data:ContactFieldName>
. . .
</data:FieldMapping>

<OpportunityFieldName> contains the system name of the field on the Opportunity record type that the field on the Lead record type is mapped to, if a mapping exists.

<data:FieldMapping>
. . .
  <data:OpportunityFieldName>TEXTSM_001</data:OpportunityFieldName>
. . .
</data:FieldMapping>

<AccountFieldName> contains the system name of the field on the Account record type that the field on the Lead record type is mapped tp, if a mapping exists.

<data:FieldMapping>
. . .
  <data:AccountFieldName>TEXTSM_01</data:AccountFieldName>
</data:FieldMapping>

<DealRegistrationFieldName> contains the system name of the field on the Deal Registration record type that the field on the Lead record type is mapped to, if a mapping exists.

<data:FieldMapping>
. . .
  <data:DealRegistrationFieldName>TEXTSM_01</data:DealRegistrationFieldName>
</data:FieldMapping>