Extracting All Homepage Layouts

The following topic describes how to extract all custom homepage layouts from your Oracle CRM On Demand environment (customer test environment or production).

Note: Back up your configuration data and all other relevant data before running the Oracle Migration Tool On Demand client.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract all homepage layouts:

migrationtool -u UserID -s ServerURL ReadAll HomepageLayout 

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.

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 All Homepage Layouts

The following is an example of extracting all homepage Layouts from your Oracle CRM On Demand server:

migrationtool -u UserID -s ServerURL ReadAll HomepageLayout

In the following example, the lists of available sections and the lists of selected sections are sorted by section name, in ascending order:

migrationtool -u UserID -s ServerURL -sortspec "AvailableSection.SectionName ASC, SelectedSection.SectionName ASC" ReadAll HomepageLayout