I might be missing the forest for the trees here, but I’m going to ask anyway.
Imagine you have a grid with a list of invoices that are ready to be emailed out. You would like to be able to select invoices 1, 2, 4-6, 10, and 14 to send, but you don’t want to send the others right now.
Ideally there would be a checkbox to the left of each record. You could put a check mark in the invoices you want to send out at the bottom/top/both you could click an action button that passes the invoice numbers as a parameter to a blank application, where a do… while or a for… each command would live. And for each invoice, it would email it out and then update the status to indicate that it has been emailed. At the end it would return you back to the list of invoices to be sent, this time missing the invoices that you just sent out.
And, ideally, there would be a “Select All” / “Select None” toggle option at the top/bottom/both of the checkbox column.
Is this possible with Scriptcase v9.x?
Thanks!,
Paul