• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
Can a Salesforce object exist independent of an application
Yes
Why might you choose to not create tabs for some Salesforce objects?
1). 25 custom tab limit
2). Already part of the parent object
What's the difference between a lookup relationship and a master-detail relationship?
Master is a must have relationship
An administrator made a field a pick list (single value) data type. What are the consequences if designing the field this way?
Pick list fields are stored as text. This requires conversion to a data type that could be used in formulas
What happens to the average score if a job applicant if there are no reviews for the job applicant? How can you correct this?
We would get a divide by zero error. You would need to make a check (using an IF statement) as to whether or not the total number OF review records is zero
What is the relationship between the Candidate object and the Position object? How can you verify this?
Many to many
The position object has two record types defined. Describe how these record types can be used to restrict what page layouts are displayed when one views or edits a position record.
Record type determines which page layout to use
If a new validation rule is created and there is data already stored that violates the rule, at what time will Salesforce catch the problem?
Next time the record is edited and saved
Are validation rules executed for fields that are stored in the object but not part if the displayed page layout?
True