List editing on Database Views
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2013 07:54 AM
Are views just like any other table when it comes to updating?
Some of our most useful tables in the system are actually views, made with the database views module.
Can a user perform a list edit operation on a view and make bulk updates to the underlying tables?
It seems to me that they can't. The ACLs don't seem to work in the same way as a base table.
Or is there some setting to allow this, e.g. update_views ?
Labels:
- Labels:
-
Orchestration (ITOM)
-
Service Mapping
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2013 06:27 AM
Just read another post and I can do it via the Update All method see http://wiki.servicenow.com/index.php?title=Editing_Lists
Then it works