Question: 1/50
A developer creates a custom table for an application and wants to ensure it can only be accessed by users with the app’s specific role, including access from scripts and web services. What is the recommended way to enforce this restriction?
Create ACL rules (table and field as needed) requiring the application role
Add a UI Policy that makes all fields read-only unless the user has the role
Use a Client Script to redirect unauthorized users away from the form
Hide the table module from the application navigator for users without the role