Creating Database Mobile Business Objects

Create two mobile business objects from the sampledb datasource.

Prerequisites
Task
  1. Open the SUP101 mobile application project if it is not already open:
    In WorkSpace Navigator, right-click the SUP101 folder and select Open in Diagram Editor.
  2. In Enterprise Explorer, expand Database Connections > My Sample Database. If the sampledb database is not listed, right-click My Sample Database and select Connect. Enter SQL as the password if prompted.
  3. Expand sampledb > Tables.
  4. Drag the customer table from the Enterprise Explorer to the Mobile Application Diagram.


  5. In the Quick Create wizard, accept the defaults and click OK.

    customer_quick_create
  6. Create another MBO from the sales_order table:
    1. Drag the sales_order table from Enterprise Explorer to the Mobile Application Diagram.
    2. In the Quick Create wizard, accept the defaults and click OK.
      The Mobile Application Diagram displays the Customer and Sales_order MBOs.

  7. Select File > Save.