Field TypeYou 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. |