Client Script Event onTagChanged
Hello,
I'm attempting to use the Client Script Event onTagChanged on a custom module canvas detail page. The odd thing is that the client script only triggers when we remove all tags vs. add one, or add another to an existing one on a record.
The code is super simple, but we have a log statement at the beginning just to verify that it's triggering, or in this case not triggering.
Am I using this event incorrectly? Thanks!
log("Triggered");
var tags = ZDK.Page.getTags();
log("Tags: " + tags);