BAQ Removing Row from ttResults

Hi All.

I’m just wondering if there is a way to delete a row from the ttResults table in a BAQ BPM update. Since there doesn’t seem to be a way to programmatically have the BAQ refresh once processing completes, I’d like records that are removed to no longer be in the table.

Any pointers or suggestions are much appreciated.

If you do it in a Dashboard there is. You can also do it in a UBAQ but the list wont refresh until a Get List is called again.

Thanks for the ideas.
The scenario is that I have a UBAQ that is splitting stock on hand into PCID’s. So the BAQ will be a list of the SOH, you select what you want to be split into pallets and process, so it will no longer be SOH. My thinking was that, if I remove the line from the dataset after processing it, I wouldn’t have to do a refresh of the entire BAQ.
I don’t think the GetRows will work since that will only be called upon refresh, I’d imagine. Let me know if I misunderstood.

You should be able to remove the row on post processing on the update.