How to use the same application for different companies?
Hello Experts,
I'm using JCS with Weblogic 10.3.6
I'm building an ADF application for a client that owns 3 companies.
The thing is he want to use the same app , JCS and DBCS for the three companies.
What i did so far:
In the DB i created parent table named "CompanyProfile" where i'm listing all companies and then all other tables have a FK pointing to CompanyProfile PK.
Each user is defined with a COM_ID so when the user logs in to the application i use this COM_ID to execute the CompanyProfile View object using this COM_ID.
Now all the data shown and created will be under that company.