List editing on Database Views

richard_selby
Kilo Guru

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 ?

5 REPLIES 5

sbungener
Kilo Contributor

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