Oracle Migration Tool On Demand Guide > Migrating Custom HTML Head Tag Additions > Migrating Custom HTML Head Tag Additions >

Updating or Inserting Custom HTML Head Tag Additions


This topic describes how to update or insert custom HTML head tag additions for the Oracle CRM On Demand pages in your Oracle CRM On Demand environment (customer test environment or production). If any custom HTML head tag additions exist, then they are overwritten by the content of the input file.

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to update or insert custom HTML head tag additions in the HTML <head> element of the Oracle CRM On Demand pages:

migrationtool -u UserID -s ServerURL Upsert CustomHTMLHeadTag CustomHTMLHeadTagXML

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.
  • CustomHTMLHeadTagXML is the fully qualified path name of the custom HTML head tag additions XML file, for example:

    C:\MyFiles\CustomHTMLHeadTag.xml

    If the fully qualified path name contains any spaces, then it must be enclosed with quotation marks, for example:

    migrationtool -u UserID -s ServerURL Upsert CustomHTMLHeadTag "C:\My Files\CustomHTMLHeadTag.xml"

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.

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