#1 2013-05-03 13:43:32

Roberto Schneiders
Member
From: Santa Catarina, Brazil
Registered: 2012-09-19
Posts: 127
Website

Different permissions for each entity (TSQLRecord), is it possible?

I would like to allow the client to use a read-only entity. Is it possible?

Only the server will write data to that entity and I would like to ensure that developers do not implement a change in a client application.

Offline

#2 2013-05-03 14:34:43

lele9
Member
Registered: 2011-10-28
Posts: 170

Re: Different permissions for each entity (TSQLRecord), is it possible?

I think you can do that with user with AuthGroup "Guest".

Offline

#3 2013-05-03 14:41:59

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,238
Website

Re: Different permissions for each entity (TSQLRecord), is it possible?

You can set the CRUD operations rights per authenticated group.

See TSQLAccessRights record.

Read the SAD pdf about this.

Offline

#4 2013-05-03 17:12:24

Roberto Schneiders
Member
From: Santa Catarina, Brazil
Registered: 2012-09-19
Posts: 127
Website

Re: Different permissions for each entity (TSQLRecord), is it possible?

Thanks, I'll check.

Offline

Board footer

Powered by FluxBB