Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2016 01:29 PM
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
}