Is there a way to enable an eventScript that exist on a tag via script? I've tried using the system.tag.getConfiguration method but I keep getting an error stating 'Bad_Unsupported - The target path cannot accept children tags'.
Does anyone happen to have an example or have been able to successful accomplish this?
Ahhh good catch. I actually had it written out quite a few ways and forgot to update the variable. It still throws an error, even when I correct the variable name.
[Error_Configuration("java.lang.IllegalArgumentException: Error converting non dictionary object to tag edit.")
There's a slight mismatch between system.tag.getConfiguration and system.tag.configure in that the latter expects the path supplied to be the folder in which to work, where the former will enumerate a folder if given a folder, but returns a single-entry list if given a path to an actual tag.
Change the path supplied to system.tag.configure to exclude the leaf tag name.