< Previous | Next >

Importing the Order business item and related data types

In this lesson, you will learn how to import the business items and identify and import related data types.

The files needed for this tutorial are available in Download and import samples, such as the data definition file Order.xsd.
  1. In the navigation tree, right-click ClipsAndTacksF1 then select Import.
    Project Tree, Processes > Import menu
  2. Select Type definition XML schema (.xsd), and then click Next.
    Select type of product to import.
  3. Click Browse and select the directory containing the downloaded tutorial artifact files, then select Order.xsd from the list of files. Click Next.
    Source directory path, list of files, and Target project name.
  4. Click Finish.
The Order business item is imported with three other business items (CustomerRecord, OrderItem, and OrderProcessingData) that the Order business item requires. All of the business items are imported into a catalog called ClipsAndTacks, which was also defined in the XSD file.
ClipsAndTacksF1 navigation tree
< Previous | Next >