Kinetic Updateable Dashboard - Add New Row

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.


image

Click on the New icon, event triggers adding a row for a split second then this error before the user has a chance to enter any data.
image

Just to make sure, your BAQ Update Tab does say “Allow New Row” or whatever the new UI equivalent is correct?

1 Like

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.

1 Like

I doubt it, unless you are having something like the getnew error out with an exception in the bpm, app studio should be none the wiser.

If you do have any customization on getnew, I would check it though lol.

1 Like

:thinking: 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.

1 Like

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.

2 Likes