We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

What is the use of answer variable?

ishankaggarwal
Tera Contributor

What is the use of answer variable?

5 REPLIES 5

bevo
Tera 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?