Creating Database Mobile Business Objects

Create two mobile business objects, each from a database object.

Prerequisites
Complete Connecting to the Sample Database and Creating the SUP101 Mobile Application Project.
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 folder 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. Click File > Save.