lesson 3 Flashcards

1
Q

What does SLDS stand for?

A

The Salesforce Lightning Design System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the SLDS?

A

SLDS is a design system that contains pre-built, Salesforce-made blueprints and other CSS classes that we can use to apply styling to our custom components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the SLDS Grid?

A

the SLDS grid is a flexible, device-agnostic layout system that is responsive.
- Similar to flexbox in CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Are Formulas case sensitive?

A

Yes

- whitespace also does not matter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do Roll-Up Summary Fields do?

A

Roll-Up Summary Fields calculate values from a set of related records, such as a related list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does a Validation Rule do?

A

A Validation Rule verifies that the data a user enters in a record meets the standard you specify before a user can save the record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why are Validation rules important?

A

validation rules:

  • improve data integrity
  • make a field conditionally required
  • prevent the entry of invalid data values directly
  • Enforce role-specific, profile-specific, or user-specific constraints
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Validation rules are used to enforce what?

A

Validation rules are used to enforce proper data format.

- like phone numbers or zip codes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly