Enabling run-time data object editing
Give users control over data by providing them with the tools they need to maintain up-to-date records. The record editor gadget helps your users change, add, and delete data at run time, which reduces maintenance effort and improves the usability of the application.
To add the record editor gadget to your application, you must first create and configure a special pxRecordsEditor section, and then embed the section in the target UI.
- In the header of Dev Studio, click .
- On the Create Section tab, specify a label, context, class, and ruleset for the section, and then click Create and open.
- If the editing options are not visible, click Convert to full section editor.
- On the Design tab, from the Structural list, drag Embedded section onto the design canvas.
- In the Section Include window, in the Section field, enter pxRecordsEditor, and then click Submit.
- In the embedded section, click the View properties icon.
- On the General tab, in the Page Context list, select the page context for the embedded section.
- On the Presentation tab, in the Edit
Options list, select an edit mode for the control.
- On the Parameters tab, define the data source that you want to
associate with the editor:
- In the Data Source Class Name field, enter the class name of the target data object.
- In the Report definition Name field, enter the name of the report definition rule that you want to use to fetch the data for this section.
- Optional: In the Report Page Name field, enter the name of the
top-level page for the virtual report definition that you want to use to fetch the
data for this section. The page must belong to the
Rule-Obj-Report-Definition class and contain the metadata of a
valid report definition rule. If you enter values for both the Report Page Name and Report definition name fields, the system uses the value of the Report Page Name field to populate the data for this section. You can use this field to distinguish between multiple record editor sections in the same harness, or to enable users to update the virtual report definition at run time.
- Optional: To enable importing and exporting data in .csv files, select Show import and export.
- Optional: To enable search, select Show search.
- Optional: To configure the record editor to perform searches against a global search index, select Use full text search.
- Optional: To hide the Add record button, select Hide the
add option.Regardless of this setting, the Add record button is always hidden for work records.
- Optional: To hide the Delete button, select Hide the delete
option. Regardless of this setting, the Delete button is always hidden for work records.
- Click Submit to save your changes.
- Click Save.
Previous topic Understanding data objects Next topic Restricting user input in a field