Is it possible to refresh a perspective view component on tag change?
Specifically, I am after updating a table which I have previously updated using self.refreshBinding("props.data") through a message handler for user triggered events. However I would like to also trigger a refresh for a gateway event that flags completion with a tag change.
I'm getting an error trying to do that. The message handler needs to be initiated from the gateway but received by all browser sessions currently open.
I'm sending:
I've tried setting the scope to send the message with to different combinations of "C","G" and "S" but it either isn't received or when set to "G" I get a gateway error logged because there isn't any message handler defined in the gateway scope.