Oracle Migration Tool On Demand Guide > Migrating Dynamic Page Layouts > Migrating Dynamic Page Layouts >

Updating or Inserting Dynamic Page Layouts (Upsert)


This topic describes how to update dynamic page layout information for a single object (if it exists) or insert this information (if it does not exist) in your Oracle CRM On Demand environment (customer test environment or production).

Syntax

The following is the syntax for using the Oracle Migration Tool On Demand client to update dynamic page layout information (if it exists) for a single object or insert this information (if it does not exist):

migrationtool -u <UserID> -s <ServerURL> Upsert DynamicLayout <DynamicLayoutXML>

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.
  • <DynamicLayoutXML> is the fully qualified path name of the dynamic page layout XML file, for example:

    C:\My Files\DynamicLayout.xml

Example of Updating or Inserting a Dynamic Page Layout

The following is an example of updating a dynamic page layout (if it exists) or inserting this information (if it does not exist) in your Oracle CRM On Demand server:

migrationtool -u <UserID> -s <ServerURL> Upsert DynamicLayout "C:\My Files\DynamicLayout.xml"

NOTE:  Quotation marks are required only if the name contains spaces.    

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