Extracting a Single Client Side Extension

This topic describes how to extract a single client side extension from your Oracle CRM On Demand environment.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to extract a client side extension:

migrationtool -u UserID -s ServerURL Read ClientSideExtension ClientSideExtensionName

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.

  • ClientSideExtensionName is the name of a client side extension.

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.

The output XML file is named with the name of the client side extension, and it is saved in the following directory:

...\repository\ClientSideExtension

A subdirectory with the same name as the client side extension is also created, and a metadata file and the attachment file are placed within the subdirectory.

Example of Extracting a Single Client Side Extension

The following is an example of extracting a client side extension named Company Logo:

migrationtool -u UserID -s ServerURL Read ClientSideExtension "Company Logo"
Note: If the name of the client side extension contains spaces or special characters, then it must be enclosed with quotation marks.