Extracting Lead Conversion Mapping Data for a Single Field

This topic describes how to extract the lead conversion mappings for a single field on the Lead record type from your Oracle CRM On Demand environment. To extract mappings for the Deal Registration record type, the Manage PRM Access privilege is also required.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract the lead conversion mappings for a single field on the Lead record type:

migrationtool -u UserID -s ServerURL Read LeadConversionMapping LeadFieldName

where:

  • UserID is the user sign-in ID that has the appropriate privileges to run the Oracle Migration Tool On Demand client commands.

  • ServerURL is the URL for the Oracle CRM On Demand server where your company resides.

  • LeadFieldName is the system name of the field on the Lead record type.

The output XML file is named with the name of the field on the Lead record type.

Note: The Oracle Migration Tool On Demand client requests your Oracle CRM On Demand password, which can be redirected (using the pipe command) to the client program from standard input; that is, from a file, from the command line, or from another program.

Example of Extracting the Lead Conversion Mapping Data for a Single Field on the Lead Record Type

The following is an example of extracting the lead conversion mappings for the Email field on the Lead record type.

migrationtool -u UserID -s ServerURL Read LeadConversionMapping Email
Note: If the name of the field contains spaces, then it must be enclosed with quotation marks.