Oracle Migration Tool On Demand Guide > Migrating Custom Fields > Elements and Sections in the Field Management XML Output File >

Example of a Field Management XML File Containing a Web Link Field Type


This example displays a section of a Field Management XML containing a field of type Web Link.

The Field Management service includes Custom Web Links. When you run a Read or ReadAll command, the resulting XML file will include any customized fields of type Web Link. The Upsert also supports XML files that contain Web Link information.

<data:Field>
  <data:Name>WEBLINK_002</data:Name>
  <data:DisplayName>My Custom Web Link
  </data:DisplayName>
  <data:FieldType>Web Link</data:FieldType>
  <data:IntegrationTag>My_Custom_Web_Link
  </data:IntegrationTag>
  <data:Required>false</data:Required>
  <data:ReadOnly>true</data:ReadOnly>
  <data:DefaultValue></data:DefaultValue>
  <data:ListOfFieldTranslations>
    <data:FieldTranslation>
      <data:LanguageCode>ENU</data:LanguageCode>
      <data:DisplayName>My Custom Link
      </data:DisplayName>
    </data:FieldTranslation>
  </data:ListOfFieldTranslations>
</data:Field>

For more information about custom Web links, see Migrating Custom Web Link Fields.

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