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.

What is the use of answer variable?

ishankaggarwal
Tera Contributor

What is the use of answer variable?

5 REPLIES 5

bevo
Giga Guru

I'm wondering if he was referring to the UI Action button for Submit

answer = current.insert();
gs.include('ActionUtils');
var au = new ActionUtils();
au.postInsert(current);

 

It must be used by OOTB script includes like ActionUtils right?