var test= current.variables.standard_employee_questions.requested_for;
var test3=current.variables.standard_employee_questions.needed_by;

var email='rinable1290@umcs.in';
if(test=='Yes' || test3=='Yes'){
gs.eventQueue('event_ns_notification',current,email,'');
}

 

 

i have used current.variables.field_name as well but its return always 'undefined'