Privacy
User access and information management for privacy and security of your application and users data.
Last updated
Was this helpful?
User access and information management for privacy and security of your application and users data.
Last updated
Was this helpful?
All URLs you create are visible to all users by default, the same is true for any DB entry you make, you can protect your URLs and application by restricting access to components or URLs in your application and adding ownership to your DB entries.
The entries in your DB will be anonymous by default, make sure to add the user-logged in id to the ownership of your entries or the role or group IDs to create more complex administration rules, for more information about DB management see:
Most of the control you will require for your users will be granular designs of the components and features you want to grant access by role by creating and designing visibility rules, for more information on creating visibility rules see:
To make a URL or Path private you should set the Protected parameter in the Screen component as True, for more information see:e
For more information about User Control Access see:
To set a screen as private you simply have to check the parameter Protected as True in the Scren component