If this has been answered, please point me in the right direction.
I am needing to delete entire lines in a UBAQ/Dash and I am coming up short. How is this done? I know how to make the UBAQ/Dash, and can change pieces of a line, but I can’t get it to work for deleting the entire line.
I recently asked about this as well. They say to accomplish with a BPM on the UBAQ that is triggered by a checkbox on the UBAQ. Basically a calculated field called “Delete” that is a boolean and set it false. Then in the BPM, on the Update method, check for that field = true and if it is true, create a block that deletes the row.
Thank you for the article. Trying this now, so far not a good result. However, I am trying this for a ud table and not a part table as it is doing in the article.