i don’t have an idea how we can use Roles for security purpose.
i went to the database ACL Window and add a Role
i add a role but after that i do not know how i can define in my form or what i have to write in the form or filed please help me to tell about role (and how to use)
sona joshi
Subject: About Roles
Also, if you want to add the role to a reader or author field, enter it as “[RoleName]” in square brackets.
Subject: About Roles
hi sona !!
u can assign role to multiple person…actually roles are very much helpful when u want to assign or revoke same access to multiple users.
u can code for a particular role in ur database and the users which are enroled in the role get the same access…u have no need to write the same code for different users…
u can check for roles…through
@contains(@userroles;@username)
cheers…
kaushik das(kaushikinits@sify.com)