ADM-211 Flashcards
ISPICKVAL
Determines if the value of a pick list field is equal to a text literal you specify
LEN(text)
Returns the number of characters in a specific text string
When making fields required what does a System Validation Rule do?
Defines the field as universally requires, which means you the field must have a value when a record is saved within Salesforce, web-to-lead/web-to-case, or the Salesforce Platform API.
When making fields required what does a Setting the field to required on the page layout do?
Requires that the field must have a value when a record is saved from the edit page for that page layout
When making fields required what does a Custom validation rule that creates an error condition formula do?
Verifies that the data in one or more fields meets the specified criteria before the record is saved within Salesforce, Platform API.
What types of custom fields can be made universally required fields?
Currency, date/time, email, lookup relationship, master-detail relationship, number, percent, phone, text, text area, pick lists, multi pick lists and URL
When making fields required what does a validation rule do?
Conditionally require data, ensure proper data format, and enforce data consistency
When making fields required what do picklist and dependent picklist fields do?
Force users to select from a defined list of permissible values
When making fields required what does a global picklist do?
Share picklist values across objects and custom picklist fields with only specified values displayed