Editable Columns

The structure browser supports the entire functionality of the editable configurable table component. All the settings and parameters used by the editable configurable table are applicable.

See Parameters for Table Objects and Settings for Table Column Objects. Specifically, these settings can be used for columns in a structure browser:

Field Type

You must define the Field Type setting on any column defined as editable. Otherwise, the user can change the value in that column, but their edits will not be saved.

You can use a JPO:method to control edit access to individual cells within a column. Use the Edit Access Program and Edit Access Function settings on the column to specify the needed JPO and method. The structure browser passes the columnMap, requestMap and objectList to the JPO. The method returns a StringList of boolean values for each cell (true/false) defining the edit access to that cell.