What is the use of answer variable?

ishankaggarwal
Tera Contributor

What is the use of answer variable?

5 REPLIES 5

bevo
Tera Expert

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?