Hi All, in the app I'm working on I have a single web application with with multiple tenents (i.e. multiple companies using the same exact app, just they can't see someone elses data) Was wondering if I should create a field in every table I have called CompanyId and in my bll always require the companyId to be passed in. That way i can always create a filter to filter only data necessary for a specific customer. Is this the best way to handle this or is there a better way?