crm app builder flashcards
To enable the Publisher Actions area on Page Layouts, navigate to:
Setup - Customize - Chatter - Chatter Settings
Where can a Standard Lightning Component be placed in the Lightning App Builder tool?
Canvas
Which of these is not a valid report format?
Tabular
Summary
Detailed
Joined
Matrix
Detailed
A custom object has a public read only sharing setting that does not grant access using hierarchies. A dynamic sharing rule provides write access to the object for the global marketing public group if the record is marked as global. A user creates a new record and marks it as global. Who will have write access to the record.
The record owner and the global marketing public group.
Company X needs a sandbox for load testing before they deploy their new application. The sandbox will need to contain their app and a complete copy of their data. What type of Sandbox will you recommend they use?
a full sandbox
The only sandbox that provides a full copy of all data plus the application is the _______.
full sand box
Company X has a custom object that has a many-to-many relationship with Opportunity/Line Item carrying price and amount info. In order to compute total amounts and total prices per Opportunity using Roll-up summary fields, what field type or relationship will you use?
Master-detail
Roll-up summary fields are only available on the _______ in a master-detail relationship.
master object
Describe the ramifications of field updates and potential for recursion in the following scenario: If a field update for Rule1 triggers Rule2 and a field update for Rule2 triggers Rule1.
The updates create a loop and the org limits for workflow time triggers per hour will likely be exceeded.
Which of the following cannot be translated via the Translation Workbench?
Custom Report Type
Validation Error Message
Standard Field Help
Report Name
Report Name
User cannot see a custom object field called “industry” in the report builder, but the same user can see it in the page layout. Why?
The industry field is not included in the custom report type.
Company X wants to do load testing of their new application. Which type of sandbox should they use?
full copy
If a report is run which returns 20,000 records, then…
the first 2,000 records are displayed in the User Interface.
Before Apex code can be deployed in production, what percentage of test coverage must be achieved?
75%
Based solely on Role Hierarchy, a manager can do all of the following except:
a. view all folders their subordinate has access to, i.e. reports, documents, and email templates.
b. extend sharing on his and subordinate’s records
c. view, edit, delete, and transfer her and sub’s records
d. view records their sub does not own but can view
a. View all folders their subordinate has access to, i.e. reports, documents, and email templates.
How can you highlight totals in a report?
use Summary totals
Resort X uses a custom object to track site visits. When the status of the site visit is changed from “in process” to “on hold”, the business wants the site visit owner to be automatically assigned to an “on hold” queue. Which features can admin use to do this?
Process Builder and Apex Trigger
Assignment Rules can only be used with _______ and _______, and never ________.
Assignment Rules can only be used with leads and cases, and never custom objects.
How can you create Many to Many relationships in Salesforce?
Use a junction object.
Give an example of a junction object.
Student Enrollments is a junction object to hold the records representing student’s enrollments in courses. Many students can be enrolled in many courses.
Company X requires that an opportunity has a new field showing the value of its related account’s billing state. This value should not change after the opportunity has been created. What is the recommended solution to configure this automated behavior?
Workflow
The trigger is on opportunity creation and this is a suitable use case for a workflow.
You can’t see a Visualforce page in the Salesforce Mobile app. What could be the reason?
The page is not enabled for mobile access.
Company X has included their orders as an external data object in Salesforce. They want to create a relationship between Accounts and the Orders object (one-to-many relationship) leveraging a key field for account which is on both the external Orders object and the standard Account object. Which relationship type should the create?
Indirect Lookup Relationship
A _______ links an external child object to a parent standard or custom object.
Indirect Lookup Relationship