Overview
You can create a list pane that is always embedded in a work center view. The OWL contains business objects such as Sales Order or Employee.
Here is a sample Sales Object Work List Floorplan.
Procedure
Create an object work list (OWL)
- In the Solution Explorer, expand the solution to display the business object.
- Right-click on the business object and select Create Screens.
- In the Create New Screen dialog box, do the following:
- In the Screen Name field, enter a name for the object work list.
- Under Floorplan Type select Object Work List (OWL).
- Click OK.
A new object work list is created and displayed in the Solution Explorer under the business object.
- Double-click the new OWL.
The OWL opens in the user interface designer.
Configure the data model view of the OWL
- Add columns in the OWL by dragging and dropping Controls from the Toolbox.
- Bind each of the fields to the required business object element.
Configure the design view of the OWL
On the Designer tab, you can see that the following fields are available by default:
- List or advanced list pane with columns
- Show drop-down list, basic Find field, Go button in the Search area
- In the Properties Explorer, change the properties of the required controls.
- In the Properties Explorer, enable the preview area by selecting AdvancedListPaneVariant.
Under Appearance-UsePreviewPane, select True. - In the BO Browser/Data Model, add the necessary fields from the DataList.
- To add the search parameter fields in the find form area, do the following:
- Click Advanced.
- In the BO Browser tool window set a filter to show queries.
- Drag query parameters to the find form.
If you add the query parameters like this, then you do not need to add the query parameters and do the binding in the Controller tab
- To configure a button to open target floor plan from the OWL, for example, an OIF or a QA, Follow the steps
Configure the controller tab of the OWL
- In the Controller tab, there is a default query. You can add more queries and default sets using the context
menu. - In the Designer tab, assign a title to the default set that is displayed in the Show drop-down list.
- In the Controller tab, bind the query to the controller’s query using the element structure.
- Add and bind the query parameters from the controller to Search Parameter Structure fields.
- Find the event handler, outport, and OBN that were created while configuring the Edit button.
- To configure the outport, add the parameters Key List and Key and bind the parameter to an unbound data
list and data field that acts as a placeholder for the key. - Save and activate your changes.
we have seen how to design Object Work List floorplan, and in the next unit, we will learn how to design the OIF screens. Don’t forget to subscribe and leave your comments.