Reference row added to UBAQ in App Studio

Good morning all!

I was curious if anyone has experiencing adding values to a row that has been added to a UBAQ grid in app studio.

For example, I have a grid that is bound to a UBAQ. I have added a button through “Action Data” to add a new row to the grid (by following this post: How To: Kinetic - Updateable UBAQ in a Grid - Experts’ Corner - Epicor User Help Forum). This functionality works without issue.

What I’m attempting to do now is populate this new row with the Misc Pack # as well as some other goodies after it’s been added to the grid, before the record has been saved.

My initial idea was to tie this into my event that’s pulling in the new row. Here is that event.

The issue I’m bumping into is, how would I go about referencing this row that I’ve added? I was thinking to use “row-current-set” widget but this demands a row. I tried to get away with just setting the “Position” parameter to “Last” and specifying the proper Dataview but that bore no fruit.

Any help is greatly appreciated, I miss classic ;(

Hehe,

Okay so turns out, I was right to use row-current-set and making use of the Position setting Last as well. Where I went wrong was the formatting of my row-update parameter. Curse you Kinetic syntax!!!