03. Creating a Business Model

Unknown macro: {scrollbar}

The business model is where the logical mapping of business objects to the physical tables and columns we just set up happens. The model is also the place where we define the relationships between our business tables, and organize the business view.

As mentioned before, a domain can have multiple business models.

Creating a Business Model

To create your first business model:

  1. Right-click (or CTRL-click) the Business Models node in the Tree Navigator. Select New Business Model... option from the popup menu.
  2. The Model Properties dialog displays.
  3. At the top of the dialog, there is an ID text field, pre-populated with a value. We recommend you accept the pre-populated value as this value MUST be unique across all models that you define.
  4. To name your new model, enter a new value in the Name property text box on the right.
    Click the OK button to close the dialog.

Your business model will show up in the Navigator Tree. All business models by default are created with a place to hold business tables, relationships and a business view. These are the next items you will want to define.