Oracle Migration Tool On Demand Guide > Migrating Search Layouts > Migrating Search Layouts >

Extracting a Single Search Layout


This topic describes how to extract a single custom search layout 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/SearchLayout/RecordType/
SearchlayoutName.xml

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a single search layout:

migrationtool -u UserID -s ServerURL Read Searchlayout SystemNameOfObject SearchLayoutName

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) for which you want to extract the search layout, for example, Account. The system names for the record types are listed in System Names for Record Types.
  • SearchLayoutName is the name of the search layout that you want to extract.

Example of Extracting a Single Search Layout

The following is an example of extracting a single search layout:

migrationtool -u UserID -s ServerURL Read SearchLayout Account "My Account Layout"

NOTE:  If the object name contains spaces, then it must be enclosed with quotation marks. Similarly, if the search layout 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.