Oracle Migration Tool On Demand Guide > Migrating Page Layouts > Migrating Page Layout Field Information >

Updating or Inserting Page Layout Field Information for a Single Object (Upsert)


This topic describes how to update page layout field 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 page layout field information for a single object (if it exists) or insert this information (if it does not exist):

migrationtool -u UserID -s ServerURL Upsert PageLayoutField PageLayoutFieldXML

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.
  • PageLayoutFieldXML is the fully qualified path name of the page layout field information XML file for a single object such as Account, for example:

    C:\My Files\PageLayoutFieldInformation\Account.xml

Example of Updating or Inserting Page Layout Field Information for a Single Object

The following is an example of updating page layout field information for a single object such as Account (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 PageLayoutField "C:\My Files\PageLayoutFieldInformation\Account.xml"

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

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