Hi all,
I have a view that retrieves all poItems. I inserted a select all rows checkbox and select row checkbox controls into the view - multiple property set to true.
I want to select a few poItems and then insert certain fields of only selected records into a poHistory table.
- Data in my view is via a content provider in an updatable table.
- Have a web sce to to insert the data into the table.
- Have an action insertItems - made the necessary assignments.
Can someone please help with a sequence of steps to achieve this?
Much appreciated.
V