In the case where a user might want to update the same field for multiple rows, you can override the settings within WOW Builder so that you don't need to open each detailed screen to do the updates. In the following example we have created a very simple application bringing back customer data. As shown below
Say you want the ability to change the credit due for each customer from one screen. To allow this you can change the settings within the property groups as below
Edit the operation by clicking on the OP button
Scroll down to the properties section
In order to edit the same field for multiple rows you need to include the field names in the results editable for the row you want to edit. For example, if you want to be able to edit the credit due field proceed the following.
Example: DisplayColumns{ results:; details:; resultsEditable:cdtdue;}
Change cdtdue to the field(s) you want editable.
You will also have to scroll down the properties section to the table display and change updateable from the default false, to true.
You will need to update the operation and re-run it to see the updateable field.
Now the user can update as many rows of the credit due column without having to open individual detail screens.