I am trying to setup a grid on the sales order to update UD01 which we are using as a change log. I have a created a UBAQ to update UD01 and have setup the data view and grid as per the instructions in How To: Kinetic - Updateable UBAQ in a Grid. I am able to edit existing rows and have them update successfully. I have a few issues I am trying to resolve.
- How do you add a new row to the grid?
- How do you delete a row?
- I have made the grid model editable and selected columns editable. However, I can edit all columns in the grid, not just those I marked as editable. How do I prevent the user from modifying the other columns? I couldn’t find a column setting to make them read only.