Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 01:03 AM
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'