Using XPath-constraints to limit one user from seeing forms created by another user.

0
Im new to mendix and im not sure how to use Xpath-constraints or if its even necessary for this purpose. If you create a new account of say user, how do you keep other users with the same user role assigned to them, from seeing forms created by users of the same user role? If it is by using XPath constraints, could you possibly give me an example on how to set viewing on these forms to only the current user and will these forms then only be visible to this user on every log in? Thank you
asked
1 answers
1

Frederik,

You would accomplish this using security on the forms you create in the Modeler. Each form can be permissioned for each user role. You can access security in each module or, to see security settings for a whole application, open Security in the Project object at the top of the Project Explorer.

Mike

answered