I need to refresh the kanban view of the customer after create a new record using a controller.
Ex: the kanban view is opened and using an API client i will create a new partner, then that partner should be displayed in the kanban view without refreshing the page manually.
How can i achieve this?
Is there any code which i can refer to?
for example, when we modify a field it will appear on the chatter instantly without refresh the page. Where can i find these code?