Onclick of the UI Action i am trying to delete a record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 05:26 AM
Onclick of my UI Action i am trying to delete that record its deleting but its showing an error message as below,
Illegal attempt to access class 'com.glide.script.GlideController' via script
Below is my UI Action code,
current.setWorkflow(false);
current.deleteRecord();
Can anyone help me on how i am getting this error message????
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 06:45 AM
What was the ultimate solution (for those who may search on that error message later)?