I want to open a popup when the value of the Perspective tag is changed.
( Tag Type : boolean )
Should I first use the value change script in the tag and secondly add the script to the session event as well?
I want to open a popup when the value of the Perspective tag is changed.
( Tag Type : boolean )
Should I first use the value change script in the tag and secondly add the script to the session event as well?
Bind the tag to a custom property in the session or view where you want the popup. Add a change script to that property. Do not use a gateway tag change or tag value change for UI operations.