security on add/delete/export ...

Hello,

if I understand the videos of security purpose in the right way there is no way to define within a group
that all members have for examply have only read rights on a grid, while other groups
may have permission to read/write/delete records…

Permission of groups is only connected to an application … there is no difference possibe for edit/delete/add/export…
If this is the case I would suggest to realize this feature in a next version.

Regards
Uwe Pfeiffer

Re: security on add/delete/export …

You can implement any security level that you need.

On the table application you’ll need to to identify the forms(put a flag), edit the group table to add a flag for insert, edit and delete …

When your users login, check the flag to disable the buttons using:

sc_apl_conf(Application, Property, value)

insert on/off Qualifies (on) or unqualifies (off) the inclusion of new registers
update on/off Qualifies (on) or unqualify (off) the registers modification
delete on/off Qualifies (on) or unqualifies (off) the registers exclusion

Re: security on add/delete/export …

Hello,
yes, that’s possible and this is the way.
I only wanted to know whether I could do it directly without individual programming.

Best regards
Uwe Pfeiffer