Hello,
How to attach setTimeout() to a global window.
I want to execute a logic every 'X' seconds whereever i am. For Example ->
I am on a Case Form and after 10 seconds(for example) i want the logic to be executed. After that if i go back to the Case view, again , after 10 seconds, this logic has to be executed.
Can someone knows how to achieve this ?