I recently stumbled upon Triggers and managed to shoehorn one into the primary page of the LCA I've been building. I want to incorporate the same triggered refresh on Tables on other pages of the LCA but it seems like the trigger only operates when viewing the page it's on. Is there a way to designate a Trigger as some sort of Master trigger so that one trigger can be called from anywhere in the LCA rather than needing a trigger on each page of the LCA with a Table that needs refreshing?
Hi Matt,
It is not possible to use the trigger when it isn't on a visible page or panel. When the component isn't loaded, the timer doesn't run. Are you looking for the specific refresh time functionality it offers or the manual trigger button?
Then I'm afraid there is no way to work around this. Components only function when they are visible on a page or panel. We do not load components that aren't visible to maintain good performance and loading times.
I'm looking for timer functionality. The main LCA page is auto-refreshing interface bandwidth and alarm panels and I want to cascade that auto-refresh into the other pages in the LCA.