Abhinay Erra
Giga Sage

This is how you can access the record



var gr= new GlideRecord(current.table_name);


if(gr.get(current.table_sys_id)){


//do your manipulation here


}