Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to call ''script include'' in UI Action condition

Kishore8
Kilo Guru
1 ACCEPTED SOLUTION

Mateen
Tera Guru

you use below sample



new <scrptIcludeName>().<methodName>();



Your method should return true or false.



ex: new abc().method();


View solution in original post

5 REPLIES 5