Hi all, so I’ve got a UBAQ that updates fine in the BAQ editor, however, I’ve added it to a dashboard and added a save action. I’ve made sure that the grid allows updates, marked all of my fields as updatable. then i have this event.
Check the Payload for the UpdateBaq call, what is sent?
Mike covered the usual suspects,
Always include all fields that are display fields in the uBAQ in the Update call (Epicor does weird/dumb things if you don’t, like set omitted columns to null - the update call is considered as an “overwrite the record with this set of columns and set anything else null” call) - and set RowMod = “U”
Not sure what you mean by that? Like was Dirty View-confirm changes checked? If that’s what you’re referring to I did try that with no success unless there’s some other setting I’m not familiar with?