I’m working on adding a column to a custom Dataview in Application Studio. This column will be used to delete multiple rows at the same time.
To implement this, I created a UBAQ with a BPM on the Update trigger. The BPM loops through all records where the column has been checked and deletes all the rows where the column is marked. This works correctly in the BAQ tool, but not in Application Studio.
In Application Studio, I created a custom button. On the button’s onclick event, I added a data-commit with my Dataview as a parameter. However, it doesn’t seem to trigger the BPM at all, even though I added a blexception at the start of the BPM, and it never gets triggered.
Does anyone know if it’s still possible to accomplish something like this? Any hints or suggestions would be greatly appreciated.
Thank you!
It’s now working. I was under the impression that the Dataview would pull all the information from the BAQ, similar to how the BPM updates rows or handles other tasks.
If I understand correctly, the Dataview commit should only be used when it’s linked to a BO ?