BPM to Checkbox automatically

I have a updatable BAQ that I want to use a BPM to check a check box for all rows retrieved when the BAQ is run. I can update one row at a time currently but I would like to check all of them automatically. I 'm new to updatable BAQ’s. Could some one send me in the right direction? Thanks!

Would it be better to set up a BPM just to check the box without the BAQ? Upon creation of the row for example? You can set most of the same criteria in the BPM so you wouldn’t need to tun the BAQ. If you are updating all rows, this would seem to make the most sense to me.

I need to run the BAQ to get a set of records and then mark them that I have retrieved them.

Well, I’m not an expert on UBaq’s so I won’t be able to tell you in detail how to set this up. But I think that where you need to go to get started is in the BAQ designer, under the update, update processing tab, there is a button on BPM Directives Configuration. Click on that, and it will bring you to where you can create BPM’s to work with your UBaq. I would imagine from what little you described that you would put it no the GetList method (although that would scare me personally to write something based solely on the BAQ with something I can’t clearly define well enough to not need the BAQ to assign the property, but maybe it makes good sense with your use.) Below are some screen shots to show where to go.

Unfortunately, that’s going to be all the help that I am. I only have one example where I use a BPM like this, and it doesn’t work that well either. Maybe someone else can jump in and give you more detail.