Resolved! How to hide Annotation Line on Form load.
Hi All, I wanted to hide the Annotation(Line separator) for some specific condition. I have written the below code in UI policy, but still getting the Line: In Execute if true: function onCondition() { my_annotation.style.display = 'block'; } The o...