Oracle Migration Tool On Demand Guide > Migrating List Access and Order Layouts > Migrating List Access and Order Layouts >

Extracting List Access and Order Layouts for a Single Object and Role


This topic describes how to extract the list access and order layout for a single object and role from the Oracle CRM On Demand server for your environment; that is, a customer test environment or production environment. The output from the extract is saved to a file and directory as follow:

migration tool install/repository/ListAccessAndOrder/RecordType/
RoleName.xml

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract the list access and order layout for a single object and role:

migrationtool -u UserID -s ServerURL Read ListAccessAndOrder SystemNameOfObject RoleName

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.
  • SystemNameOfObject is the system name of the object (record type) to which the list access and order layout applies, for example, Account. The system names for the record types are listed in System Names for Record Types.
  • RoleName is the language-independent name of the role.

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 List Access and Order Layouts for a Single Object and Role

The following is an example of extracting the list access and order layout for single object and role:

migrationtool -u UserID -s ServerURL Read ListAccessAndOrder Account ExpertRole

NOTE:  If the object name contains spaces, then it must be enclosed with quotation marks. Similarly, if the role name contains spaces, then it must be enclosed with quotation marks.

Oracle Migration Tool On Demand Guide, Release 35 Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.