DATA MODELING /CREATE OBJECT RELATIONSHIP Flashcards Preview

SALESFORCE ADM CERT > DATA MODELING /CREATE OBJECT RELATIONSHIP > Flashcards

Flashcards in DATA MODELING /CREATE OBJECT RELATIONSHIP Deck (7)
Loading flashcards...
1
Q

What Are Object Relationships

A

special field type that connects two objects together.

2
Q

example of a standard relationship in Salesforce IS

A

The Account to Contact relationship

3
Q

Can you build custom relationships?

A

yes

4
Q

different kinds of relationships you can create in Salesforce. are

A

Lookup Relationships

Master-Detail Relationships

5
Q

Define Lookup Relationships

A

relationship between the two objects

links two objects together so that you can “look up” one object from the related items on another object.

Lookup relationships can be one-to-one or one-to-many
can stand alone

6
Q

Define Master-Detail Relationships

A

This type of relationship, one object is the master and another is the detail.
The master object controls certain behaviors of the detail object, like who can view the detail’s data.
Ex Property and Offer, delete property(master) and the offers link (detail) will delete

the detail object doesn’t work as a stand-alone. It’s highly dependent on the master

7
Q

Would should you do when you’re creating master-detail relationships?

A

Always create the relationship field on the detail object.

ex. link the relationship on the offer (detail object)