Extracting Dynamic Page Layouts for All Objects

This topic describes how to extract all dynamic page layouts from your Oracle CRM On Demand environment (customer test environment or production).

Syntax

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

migrationtool -u UserID -s ServerURL ReadAll DynamicLayout

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.

Examples of Extracting Dynamic Page Layouts for All Objects

The following is an example of extracting all dynamic page layouts from your Oracle CRM On Demand server:

migrationtool -u UserID -s ServerURL ReadAll DynamicLayout

In the following example, the output of the ReadAll command is sorted as follows:

  • The dynamic layouts for each record type are sorted by dynamic layout name in ascending order.

  • The picklist values within each dynamic layout are sorted by picklist value name in descending order.

migrationtool -u UserID -s ServerURL -sortspec "Name ASC, Value DESC" ReadAll DynamicLayout