Run Updateable BAQ from customisation [C#]

Look at my code above, the .GetList should get you your data, then instead of adding new rows, loop through your data and update existing columns, probably assign also RowMod “U” and then Update.

Thank you. I will try and let you know.