App Studio - Kinetic-BAQ Widget Not functioning as expected

I are currently in the process of upgrading a menu called Deviation Maintenance that is a custom made classic menu to be a Kinetic menu. In essence, all it does is call a BAQ with search conditions and allows for the update of two columns to add/remove deviations from the database. The BAQ from the classic menu is using a View, but for internal reasons the View was removed. This was successfully recreated and tested before starting work on the new kinetic menu in the BAQ Designer. Once the new Kinetic Dashboard was set up, a new event was made for searching for deviations with the filled in query parameters. Yet the kinetic-baq widget does not get anything when run. To confirm, I checked all parameters in both application studio and in the devtools on the page itself. These all appear as we expect, however the response always comes back empty. I found a way to bypass the widget by using a kinetic-function widget instead to call the BAQ through C# code. Then I came to the point where it was time to implement the update functionality and found that the kinetic-baq widget does not update as expected again. Here I have tried many ways to bypass it, but ended up not getting anywhere. For the get mode, I have surmised that the issue may lie with the send empty checkbox on each of the parameters being sent not translating properly with the subquery parameters. And for the update mode, I simply do not know why it isn’t functioning.

Has anyone encountered this issue or have insights on what may be happening here?

2 Likes