Refresh UI screen Automatically when the value changed at backend
We have All Transactions table with Transactions details and its status, when ever a new case is created , we can check that in this table , I have created a case, with status as New. I opened All Transactions now i can see the case with status as NEW, after some time, the status is changed to TRANSIST in the backend. i'm in the same screen i.e, ALL TRANSACTIONS , But the status is Still NEW, But when i refresh entire screen the status changed to TRANSIST. The requirement is without refreshing manually, when ever at the backend status value changes , the UI value also should be changed Automatically. How can it be achieved? There was a method called Custom UI notification channel , apart from that any other way we can achieve it?