Business rule on Database view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2016 11:12 PM
Hi All,
How does database view record insertion work, is it same like any other table?
When I try to delete the record inn database view, it says like the table view is already empty.
I have written an before insert or update business rule on database view but its not getting triggered.
Thanks
Uma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2016 11:34 PM
Hi Uma,
A database view in ServiceNow is not a real table, so you can't insert/update/delete records from there. A database view is like a predefined query based on other tables, so it doesn't have its own table.
More here:
Database Views - ServiceNow Wiki
Regards,
Sergiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2016 09:13 PM
Thank you Sergiu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2016 01:05 AM
Hi Uma,
Please check below snapshot.
Also, you will get the same info in below link
http://wiki.servicenow.com/index.php?title=Business_Rules#gsc.tab=0
Hit Like/Helpful/Correct if this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2016 09:14 PM
Thank you Chandresh