I think if is posible to use the RBS on this scenario:
I try to develop a Mini - ERP, this have a ConfigDB Database with the RBS Tables (users,permission,etc), but have multiple DB (1 for each "enterprise", Enterprise1, Enteprise2, EnterpriseN, etc)
Questions:
1) I like to have the same users but not same permission
ex: on enterprise 1 the user "pepe" can make a invoice, but not on enterprise 2
- about this I think about if I can have the users on the ConfigDB and the permission on ConfigDB, and also if the permission need to be customized to enterpriseN, I have a copy of this permission on EnterpriseN DB and use it (something like on RBS how the user permissions have priority over the role permissions)
then if I found a same permission on the actual enterpriseN DB, I take that (if it no exist I use the configDB permission)
I have something on RBS to make this or have to check the permission on my actual db (on a copy of SFSRolesXPermission and SFSUsersXPermission) and see if this exist there, and if it not, use the one on configDB?
I not sure If I can explain the stuff correctly, I try to be clear but I speak in spanish and are newbie on .net and strataframe
thanks guys for the great patience