function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
svidyansvidyan 

Force.com database architecture for ISV

Hi,

 

I'm trying to understand the Force.com database architecture for ISV.

 

I understand the Force.com has a multi-tenant architecture as far as its customers go.

Now if I want to be an ISV and develop a product for my customers, how does Force.com provide this second level of abstraction (muti-tenancy).

 

Do I have to tag each of my Force.com database objects with an OrganizationId to distinguish between my different customers, OR does Force.com do something for me here?

 

Please clarify.

 

thanks

Vidya

SuperfellSuperfell

You would write the app as if for a single customer, then deploy it to multiple customers organizations. You don't have to build your own additional layer of multi-tenentcy.