The Simple Worklist Floorplan is a set of layouts that allows you to query and view data.
This article describes you how to apply it to a Transaction or Web Panel to obtain a page like the following:

You can see this sample running here. It has been created using this Knowledge Base (KB).
Note: The design guideline of this floorplan is at SAP's documentation.
Look at the Patterns tab of the Country Transaction. If you have never applied the Fiori for Web pattern in your Knowledge Base yet, read here. Otherwise, being positioned on the Fiori for Web Pattern tab, check the "Apply this pattern on save" checkbox and select the offered link to choose a floorplan:

You can choose the Simple Worklist floorplan from several offered floorplans:

This floorplan can be applied to a Transaction object or a Web Panel object.
Learn how to apply it to a Web Panel.
The following section explains how to customize your Simple Worklist.
You can add, modify or delete actions being positioned on the Simple Worklist tab.

Note: Consider if you prefer to apply the List Report Floorplan which automatically offers to insert, update and delete data.
To add actions you have to right click the GridActions node and then, select from the contextual menu Add / UserAction. The action will be added outside the grid.
To modify these actions you can right click on the action node and select the 'Go to Event' option. Then, you can modify the event code, but remember to do it outside the code generated by GeneXus (to avoid being overwritten by GeneXus).
If you want to add an action inside the grid for every line, you have to right-click on the Grid node and select in the contextual menu Add / UserAction:

In order to modify these actions, you have to follow the next steps:
1. Right-click on the Simple Worklist tab and select Open YourObjectNameSimpleWorklist.

2. On the Simple Worklist Web Panel tab, go to the Events Section.

3. Once there you only have to create the click events for your customized actions.

You can manage the Filters being positioned on the Simple Worklist tab.
To add filters you have to right-click on the TableFilters node and then select in the contextual menu Add and select the kind of filter you want:

For more information see GeneXus For SAP Filters
You can manage the Orders being positioned on the Simple Worklist tab. Once there, you have to right-click on the GridActions node and then select Add > Orders.

After having created the Orders node, to add a new Order you have to right-click on Orders and then choose Add > Order.

For each order you create, you have to complete its Name property:

and you have to add the attribute(s) by which the list will be sorted:

For each attribute, you can change the Ascending property to choose whether you want the list to be sorted in ascending or descending order considering that attribute(s) value(s).

You can manage the attributes to show being positioned on the Simple Worklist tab.
To prevent attributes from being shown on the list report you have to right-click the attribute and select Delete.

To add attributes to be shown in the list, you have to right-click the Grid node, then select Add / GridAttribute:

Then, GeneXus will display a list of attributes for you to choose which ones you want to add:

|