Object Relationships
Link two objects
-parent to child
-one to many
two main types
-lookup
-master-detail
two special types // implementation of the two
-self relationships
-many to many relationships
lookup relationships
-loosely coupled
* child field value may be optional
* no cascade delte
* independent ownerhip / — independent access control
* max 25 lookup per child
– child may not have a parent
master detail
-tightly coupled
[...]
Posted in SalesForce | No Comments »


