Oracle Migration Tool On Demand Guide > Migrating Custom Web Applets > Migrating Custom Web Applets >

Extracting All Custom Web Applets


This topic describes how to extract all custom Web applets from your Oracle CRM On Demand environment; that is, a customer test environment or production environment.

NOTE:  The Manage Custom Web Applets privilege is required to run the ReadAll command.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract all custom Web applets for Oracle CRM On Demand Homepages, Detail pages, Action bar, and Home tab:

migrationtool -u UserID -s ServerURL ReadAll HomepageCustomWebApplet
migrationtool -u UserID -s ServerURL ReadAll DetailPageCustomWebApplet
migrationtool -u UserID -s ServerURL ReadAll ActionBarCustomWebApplet
migrationtool -u UserID -s ServerURL ReadAll HomeTabCustomWebApplet

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 (by using the pipe command) to the client program from standard input; that is, from a file, from the command line, or from another program.

The output from the Oracle Migration Tool On Demand client is located in the following directories:

migration tool install/repository/WebAppletType/Object/WebApplet.xml

where:

  • WebAppletType is one of the following:
    • HomepageCustomWebApplet
    • DetailPageCustomWebApplet
    • ActionBarCustomWebApplet
    • HomeTabCustomWebApplet
  • Object is the Oracle CRM On Demand object or record, for example, Account.
  • WebApplet.xml is the series of XML files where the Web applet configuration data is stored, for example, first Web Applet.xml file, second Web Applet.xml file, and so on.

Example of Extracting All Custom Web Applets for Homepages

The following is an example of extracting all custom Web applets in all Homepages from your Oracle CRM On Demand server:

migrationtool -u UserID -s ServerURL ReadAll HomepageCustomWebApplet

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