Authorization and typed views

Posts   
 
    
scf
User
Posts: 5
Joined: 14-Dec-2006
# Posted on: 02-Jun-2008 14:20:22   

Hello.

We are developing a web application the most part of which is grids and forms for editing the entities these grids display. The grids use typed views as a data source. We wanted to use llblgen's built in authorization, but faced a problem that it doesn't support authorization for typed views (am I wrong?).

What workarounds for that you could suggest?

scf
User
Posts: 5
Joined: 14-Dec-2006
# Posted on: 02-Jun-2008 17:52:25   

We decided to map database views to llblgen entities. Seems that should solve the issue.