Hello guys,
I have a following situation:
I have a dashboard which has iframeand list. That list is showing my active custom entities.
So, I would like to achive that my iframe refreshes itself every time the list is refreshed. For example, when I add new records, when I delete something, when I edit something, ...
I tried adding JavaScript code to the ribbon buttons that add/delete/edit the records and that works, but it is possible to double click on the item in the list and edit the record in that way. So after saving the changes, list refreshes but my iframe stays the same.
What is the best way to achive that iframe refreshes every time the list does?
Thanks in advance