What are the different types of Relationships in Salesforce?

There are mainly 6 types of Relationships in Salesforce. Lookup Relationships It follows one-to-many relationship pattern, which means that many child objects can point to a single parent object. It is a loosely coupled relationship that allows you to connect one object to another. In this relationship, a child object contains a field that contains […]

What is Multi-tenant architecture?

Salesforce works on a multi-tenant architecture. In Salesforce, multi-tenancy means that many customers or tenants share the same computing resources in Salesforce (infrastructure, database, application services and network). Each customer’s data is logically isolated for security and integrity but it is stored on the same servers and database. Key Components of Multi-Tenant Architecture Shared Infrastructure […]