Grid with uBAQ not updating

I’ve successfully done this is the past but something it’s all gone wacky this time.

Basically am following steps from @hmwillett post below

The problem I am having is that updated rows are not getting the changes saved to the database, they appear to have changed until I hit refresh, but they have not been saved.

What I see from the trace, network tab, is that the payload for the uBAQ has all the rows, but the rowmod is set to null, even for the rows that have changed.

I’ve made sure the grid is editable, the columns are editable, and all required/key fields in the uBAQ are also in the Data/GridModel/Columns for the grid.

I’ve tried setting the corresponding view name in both Data/GridModel/EpBinding and Data/GridModel/ProviderModel/EpBinding (individually, not both at once)

Also tried setting the uBAQ name in Data/GridModel/ProviderModel/BAQID, although I don’t normally need this since the Grid is tied to the View which is tied to the uBAQ

Just looking for ideas, thanks

I’ve been fighting this recently with an SDK screen that has a grid.
My solution was to just set the RowMod manually whenever the data changed.

Super dumb, but it works.

Dirty Gif GIF by Lokesh Gocher

1 Like

thanks, I’ll try that in the morning (I’m pseudo-retired, lol)

I was gonna say… I thought you retired. :sweat_smile:
Couldn’t stay away, huh? I think we call that a masochist.

It works ! yay, thank you