We are using Apex 3.2 Our user has requested the abiltiy to do a mass update. For example, 1 master record has 500 child records and he wants to update the status on some of the child records. I tried a tabular form but it is very easy for him to miss a record. I wanted to allow him to use an interactive report to select the data and then I'll use a function to do the update.
I am trying to get the where clause of the interactive report and I can't find any examples of how to do this in 3.2. Could someone point me to some examples of how to find the where clause in an interactive report in 3.2? Also - if anyone has any suggestions on this mass update, i would really appreciate it. Seems like all examplex are based on a updating just a few records.