Oracle Migration Tool On Demand Guide > Migrating Sales Categories >

Elements and Sections in the Sales Categories XML Output File


Table 77 describes the elements and sections in the sales categories XML output file.

Table 77. Elements and Sections in the Sales Categories XML File
Element or Section
Description

<data:SalesCategory>
  <data:StageCategory>[Test Sales Category]
  </data:StageCategory>
  <data:Description>This is a test sales category
  </data:Description>
  <data:Order>1</data:Order>
  <data:MarkForTranslation>false
  </data:MarkForTranslation>
. . .
</data:SalesCategory>

<SalesCategory> contains the details of the sales category, as follows:

  • <StageCategory> is the name of the sales category.
  • <Description> is a description of the sales category.
  • <Order> is the order number of the sales category.
  • <MarkForTranslation> corresponds to the Mark for Translation check box in the UI. For more information, see Considerations for the Mark for Translation Setting.

<data:SalesCategory>
. . .
  <data:ListOfSalesCategoryTranslations>
    <data:SalesCategoryTranslation>
      <data:LanguageCode>ENU</data:LanguageCode>
      <data:StageCategory>My Test Sales Category 2
      </data:StageCategory>
      <data:Description></data:Description>
    </data:SalesCategoryTranslation>
  </data:ListOfSalesCategoryTranslations>
</data:SalesCategory>

<ListofSalesCategoryTranslations> specifies the translation values for the sales category:

  • <SalesCategoryTranslation> contains details of the translation for one language.
  • <LanguageCode> contains the three-letter language code for the language.
  • <StageCategory> contains the translated sales category name.
  • <Description> contains the translated description.
Oracle Migration Tool On Demand Guide, Release 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.