Page 1 of 1

Multitenant webapp

Posted: 2020-03-21 13:48
by arcanebits
Hello to all!
Im in the need to make a multitenant webapp, the user need to:
1- Login (then they get a CompanyID
2- Work (But only with records matchin that CompanyID) hence CompanyA people wont never ever see anything from CompanyB,C,D, and so on..

Any tip in how to achieve this?
Cheers and take care people!
Arcanebits

Re: Multitenant webapp

Posted: 2020-03-21 13:53
by onoehring
Hi,

maybe you can use the USERGROUPs of AG and show people only the records of their usergroup. This would mean one usergroup for one tenant.

Maybe you are interested to look into my Column-Value-Based Permission extension (viewtopic.php?f=4&p=12570#p12570). That enables you to have a field in the record which regulates access to it.

Olaf

Re: Multitenant webapp

Posted: 2020-03-21 16:06
by arcanebits
Thanks a lot! Will try and also see the plugin!