Update Table Contents without .refresh()

Hello,

I have a very similar question to the one posted in

I have a table where through a dynamic column (via generatorColumn), I modify the state of the underlying entity instances. Upon that column value change, I have several calls to other dialogs to further decide in which manner the underlying entity needs to be altered. After that I come with a final status for the entity, close the dialogs, and need to update the table to the current state of the entity instance.

I tried the .refresh() method, and works well, however I see it is deprecated.

Can anybody please hint the alternative? I am on platform 7.1.1.

Many thanks in advance.
Regards,
Carlos.

You can reload this single entity from the database (if needed) and then use collectionDc.replaceItem(), all bound controls will be updated accordingly.