- Introduction to WorkXpress
- Building Your Application
- Examples and Best Practices
- Technical Manual
In applications with relatively few levels of permission assignment, security can be reasonably set up by detecting whether or not the currently logged-in user is related to a certain permission group.
To set up this type of security, you first need a method of identifying a specific group. There are three common methods of doing this:
Once you've chosen your method of identifying a certain group, you're ready to set up your security. Find a page you wish to control access to, and bring up the automation layer. Access the action manager for the page, and view the security for the page. Set up a record exist evaluation to check and see if the current user is related to the group you wish to check for. Based on the result of that evaluation, use a set modes or hide form action.