Entire Column Adjustment With Button

I am currently trying to make a button in my custom app that has a grid view and a update button. This grid just pulls a updateable BAQ so users can click close on a job then hit “update” and it will push the update to the job and close it. The problem is sometimes then want to update a bunch and I tried to make a button with a Get Row Event with a Update Row event but that doesn’t appear to be working.

Is there another way to do this I am not aware of?

Is your uBAQ setup for multiple rows?

As far as I know it is setup for multiple row updates at once, is there somewhere I should be double checking that it is setup properly?

In the BAQ

I can’t tell, is that checked?

It is yes, sorry.

In app studio how are you sending the update back to the BAQ?

On our app (dashboard actually) we use erp-baq widget on a button click:


This is what I am using currently for my BAQ Update button and it just refreshes the grid after its pressed.

Maybe the issue is with my button setup it self?
I got to this method piggy backing off how Epicor does it.
Diving into Dev Tools in the browser and seeing how it sends the data.

Worth a shot to try the baq widget. Note that my grid uses the provider model as well.

Ya the provider model for my grid is the BAQ connection, I will try the BAQ widget and get back to you. Thank you!

1 Like