Description
This node contains the definition for a Work With interface associated with the transaction where the pattern is applied.
A work with interface allows the end user to view all instances of a certain entity, and to perform actions on them. By default, the standard actions available in this interface are:
- To display an instance.
- To update an instance.
- To delete an instance.
- To create a new instance.
- To export data for all instances.
- To generate a PDF report with data for all instances.
The developer may choose to include more actions.
The instance list may be filtered, and ordered, accodring to the specification given by the developer. The instance list is a crucial part of this interface's specification. This list is specified using the Grid Columns, Filters, and Orders nodes.
 |
 |
WorkWith Definition |
WorkWith Runtime Appearance |
Category |
Name |
Value |
General |
Object Name |
Name that should be assigned to the generated WorkWith object. If set to default, the value will be read from K2BEntityServices Settings |
Title |
Title for the interface. This value will be shown at the top of the WebForm. |
Form Caption |
Static value for the Form.Caption property.This value will be displayed in the browser's tab's title. |
Master Page |
The Master Page that will be set to the generated object. The default value for this property is read from the Basic Layout object associated with this node. |
EditMode |
Edit Mode |
Determines the edit mode for this interface. The edit mode affects how the end user can insert, edit and delete records, and the navigation after those actions are confirmed. For more information see Using the Edit Mode property. |
Layout |
Layout Object |
Basic Layout object used to generate the interface, when generating non-Responsive panels. |
Two Pane Layout Object |
Basic Layout object used to generate the interface, when generating non-Responsive panels.
This property applies only when using TwoPane as the EditMode.
|
Responsive Layout Object |
Basic Layout object used to generate the interface, when generating Responsive panels |
Two Pane Responsive Layout Object |
Basic Layout object used to generate the interface, when generating Responsive panels.
This property applies only when using TwoPane as the EditMode.
|
Grid |
Automatic Refresh |
Determines if the Automatic Refresh property will be active for the generated WebPanel. |
Use Default Dataselector If Available |
Determines if the DataSelector specified (if any) in K2BToolsPatterns General Settings should be used in this WebPanel. |
Menu |
Include In Menu |
Determines if this interface should be considered in the scan menu action. |
Advanced |
Main Program |
Determines the value of the "Main Object" property in the generated objec |
|