Binding the findByDeptId Object Query to a Menu Action

For access to cached data, define a Submit menu action and bind it to the findByDeptId object query.

  1. From Unwired WorkSpace, launch the Mobile Workflow Forms Editor.
  2. From the Flow Design screen, double-click the screen for which you are defining a mapping to open it in the Screen Design tab.
    For example, you can have a client-initiated starting point with a Start screen that connects to the Cached Data screen.

  3. Highlight the menu item you want to map, or create a new menu item.
  4. Define a Submit action named FindBenefitsInfo that invokes the findByDeptId object query:
    1. From the Communication Style tab, select Synchronous.
    2. From the General tab, enter Submit as the Type.
    3. In the Details section, select Search to locate the MBO that contains the findByDeptId object query.
    4. Click the General tab, select Invoke object query and select findByDeptId.

      tellabsObjectQuery

      If you select the Parameter Mappings tab, you see all the load parameters defined for the MBO and used to generate the findByDeptId object query.