I’m working to uplift our dashboards and I’m up to an updateable one. I used Hannah’s thread and it’s working for updating existing rows. I added a new Action and event but it’s not working.
The uBAQ is set to allow new record and multiple. I think the issue is it’s using an “Advanced BPM” custom code to update/create. As Hannah’s method just kept adding new rows instead of updating. So back to the drawing board.
Only error I’m seeing is the one in the OP when triggering the New button. I’m not as skilled with the browser DevTools so maybe I’m missing something.
Our sales team has asked for the ability to enter these while inside Sales Order Entry as well so was thinking of moving the code into a Function. Could then call the function from both dash and SOE if I got my thinking right.
You’re right, the error is because of my custom BPM. When I click on the New button in Kinetic dashboard it’s triggering the Update BAQ instead of waiting for user input. I have code that checks for a valid SO before it commits to the DB since the new row is null… womp… womp…
So may be back to the drawing board or the function route anyway.