Multi Tenant user restriction in mobile application

0
Hi , Could you please let us know to restrict downloading data specific to the login user's profile rather all the data in server for mobile offline profile. Best Regards, Dhanushka
asked
1 answers
1

Hi Dhanushka,

If you have implemented your multi-tenant security correctly, only the data the user has access to will be downloaded to the user's device. You can do this using XPath Constraints on your Entity Access. 

Adam

answered