lesson 3 Flashcards
What does SLDS stand for?
The Salesforce Lightning Design System
What is the SLDS?
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.
What is the SLDS Grid?
the SLDS grid is a flexible, device-agnostic layout system that is responsive.
- Similar to flexbox in CSS
Are Formulas case sensitive?
Yes
- whitespace also does not matter
What do Roll-Up Summary Fields do?
Roll-Up Summary Fields calculate values from a set of related records, such as a related list.
What does a Validation Rule do?
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.
Why are Validation rules important?
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
Validation rules are used to enforce what?
Validation rules are used to enforce proper data format.
- like phone numbers or zip codes