Writing to view

Posts   
 
    
Meindert
User
Posts: 63
Joined: 07-Nov-2012
# Posted on: 03-Apr-2020 08:34:57   

LLBLGen version: 5.1.1 Database: SQL Server

I have an entity with 4 key fields and 4 optional fields that is a view in de database with an instead-of insert/update trigger. When I save the entity, nothing happens. When I do an insert on de database, the instead trigger seems to work well.

What could be the problem, never tried writing to a view before?!

Meindert
User
Posts: 63
Joined: 07-Nov-2012
# Posted on: 03-Apr-2020 09:17:14   

Meindert wrote:

LLBLGen version: 5.1.1 Database: SQL Server

I have an entity with 4 key fields and 4 optional fields that is a view in de database with an instead-of insert/update trigger. When I save the entity, nothing happens. When I do an insert on de database, the instead trigger seems to work well.

What could be the problem, never tried writing to a view before?!

Found it: "Allowed actions" in the designer was on Retrieve only