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?
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.