Hi teamI'd greatly appreciate some assistance with this issue please
Table setup:
Note:
The flow goes roughly like this:
show list of products -----> select one product -------> update selected product milestone -------> start assessment process
This part works fine but I need to find a way to update all the unselected rows so their milestone value can be changed.Any ideas?
Blessings
Stephen
Discussion posts and replies are publicly visible
Sure. Query that unselected items, modify them, and write them back to the DB.
You can use the deselectedRows variable to capture and update the related entries
Create record relationship with each other table, select check box "update related records" while creating relationship.
Thanks, the relationships are set up already.