User Specific Data

0
Is it possible to configure entities such that individual users can create and edit objects that only they can see? Say if user A creates three objects for a given entity, and user B creates 2 more objects later, then when user A logs back on, he only sees the three objects that he created? As well, is it possible to generate a report using just information from the objects created by a specific user?
asked
1 answers
1

Hi Nicholas,

You can configure this using entity access. In your domain model:

  1. Select the entity 
  2. Click on tab “Access rules”
  3. Open/create an access rule
  4. On the tab “XPath constraint” you can select the button “Owner”. This will add an XPath constraint that makes sure only the owner of the object has the specified access rights.
     

Hope this helps,

Arjan

answered