Has anyone created or have advice on creating, a UDASH where I can delete Jobs?
I want to be able to delete MRP Jobs easilly from there.
The goal is to have all the normal Job Delete Logic fire, and that is the best place to do it.
You’ll have to write it yourself using a Custom Action on the UBAQ. You should be able to invoke DeleteByID via the widgets for your custom action. Have a checkbox (updatable) calculated field called “Delete” and then in your custom action invoke delete by ID widget.