Delete record(s) via virtual agent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 12:45 PM
Hello everyone,
So my question is how can I delete record(s) with virtual agent using a topic.
I did a try with a script action using a simple script with glideRecord and deleteRecord and in the conversation, it says that the record was deleted . But it still exist in the table and it wasn't deleted.
Have you a solution?
Thank you very much
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 05:42 AM
GlideRecord doesn't enforce ACLs - they can use GlideRecordSecure for that. Granted, I can't say I've deleted records from VA, but you absolutely can read/create/update records from VA scripts that can't otherwise be accessed.