-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Assets - Core experiences
Hello.I am validating, using a script, if the comment of a transition view is empty or not. Using the transient variable comment:
i am successfully stopping the transition from happening if the comment is empty. The problem is that I can't display the error message in the comment field of the view.In the configuration of the insight validation via script, i can set a custom field name where the error should be displayed, but the comment is not a custom field, so the error can't be displayed there.I tried using "Comment" and "comment" as the custom field name without success.if (transientVars.get("comment"))
- links to