adv admin brainscapes Flashcards
What is a sandbox?
A sandbox is a replica of the production organization that allows users to develop code and configure changes as well as test and train in a separate organization without risking or compromising data.
True or False: Sandboxes are updated with new features a couple of weeks before each Salesforce release.
TRUE
What is an encrypted text field?
An encrypted text field is a text field that can contain letters, numbers, or symbols which are encrypted.
Who are the users that can see values stores in encrypted fields?
Users that have the “View Encrypted Data” permission.
True or False: Encrypted fields CANNOT be included in report results.
False. Encrypted fields CAN be included in report results.
True or False: Encrypted fields can be modified irrespective of whether the user has the “View Encrypted Data” permission.
TRUE
Name two limitations of encrypted fields when changing field types.
- Existing custom fields can’t be converted into an encrypted text field.
- Encrypted text fields can’t be converted into other data types.
What are the Territory Access Levels across for the Account object?
- View Only
- View and Edit
- View, Edit, Transfer, and Delete
What are the Territory Access Levels for the following objects: Contact, Case, and Opportunity?
- No Access
- View Only
- View and Edit
What are the three stages of the data quality lifecycle?
- Assess
- Cleanse
- Maintain
Name 3 actions that are part of the “Assess” stage of the data quality lifecycle?
- Analyze data
Name 3 actions that are part of the “Cleanse” stage of the data quality lifecycle?
- Standardize
Name 2 actions that are part of the “Maintain” stage of the data quality lifecycle?
- Educate
Analytic Snapshots
Can add up to 2,000 new records to the target object.
Any records over 2,000 are not added to the target object.
Tip #1: Use multiple source reports and analytic snapshots to add more than 2,000 records to a particular object.
Tip #2: Filter the source report accordingly to reduce the number of records.
What is a dynamic dashboard?
A dynamic dashboard displays the data accessible to the user viewing it, rather than the data accessible to the specified running user. Optionally, authorized users can change the running user directly from the dashboard view page.
What does a dashboard filter do?
A dashboard filter allows viewers to change the data visible on the dashboard by selecting a filter value from a dropdown list.
How many dashboard filters can be applied to a single dashboard?
Three
True or False: Only fields that are common to all components on the dashboards can be used as a filter.
TRUE
What does a combination chart do?
A combination chart lets you plot and compare multiple summary values on a single chart.
What is PARENTGROUPVAL?
A function used in custom summary formulas to return the value of a summary field from a specified parent grouping or grand total. This 5-minute video teaches you how to use this function: http://www.youtube.com/watch?v=7pn-9yCLgRE
What is PREVGROUPVAL?
A function used in custom summary formulas to return the value of a summary field from a previous grouping.
What is bucketing?
Bucketing enables the segmentation of report data on the fly by defining a set of categories, or “buckets”, to sort, group, or filter the records.
What types of fields can be used in bucketing?
Picklist, number, and text field types.
What is an exception report?
An exception report uses a “without” relationship to how where data doesn’t exist (e.g. Accounts without opportunities)