Extracting a Single Custom Web Applet

This topic describes how to extract a single custom Web applet from the Oracle CRM On Demand server for your environment (customer test environment or production).

Note: Users require the Enable Web Services Access privilege to run the Read operation. 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.

Syntax for Extracting a Single Detail Page Custom Web Applet

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a single detail page custom Web applet:

migrationtool -u UserID -s ServerURL Read DetailPageCustomWebApplet SystemNameOfObject DetailPageWebAppletName

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 custom Web applet, for example, Account.

  • DetailPageWebAppletName is the name of the detail page custom Web applet that you want to extract.

Syntax for Extracting a Single Action Bar Custom Web Applet

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a single Action bar custom Web applet:

migrationtool -u UserID -s ServerURL Read ActionBarCustomWebApplet ActionBarWebAppletName

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.

  • ActionBarWebAppletName is the name of the Action bar custom Web applet that you want to extract.

Syntax for Extracting a Single Homepage Custom Web Applet

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a single homepage custom Web applet:

migrationtool -u UserID -s ServerURL Read HomepageCustomWebApplet SystemNameOfObject HomePageWebAppletName

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 custom Web applet, for example, Account. The system names for the record types are listed in System Names for Record Types.

  • HomePageWebAppletName is the name of the homepage custom Web applet that you want to extract.

Syntax for Extracting a Single Home Tab Custom Web Applet

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a single Home tab custom Web applet:

migrationtool -u UserID -s ServerURL Read HomeTabCustomWebApplet HomeTabWebAppletName

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.

  • HomeTabWebAppletName is the name of the Home tab custom Web applet that you want to extract.