I have a Aggregated model and UI only field in that aggregated model. I am trying to update the UI field on page load but it doesn’t get updated ?
Below is the sample code:
$.each( modelUI.getRows(), function(){
rowsToUpdate[this.quoterSBQQAccountrId] = { TotalAllocatedField: 22};
});
Since, this is aggregate table i am using Aliasname for [this.Id]
In console, i can see the the field is updated in Console but it doesn’t get reflected on the table ?
CONSOLE
TABLE