PAB2 Flashcards
Q2.
An app builder has modified a Lightning record page for a case and has added an email button item to the page layout; however, users are unable to see the new item on the layout.
What are two potential reasons why users are unable to view the item on the Case Lightning record page?
Choose 2 answers
AThe page layout includes the case feed component.
BThe email button contains JavaScript.
CThe case page layout also contains custom buttons.
DThe page layout excludes the case feed component.
B. The email button contains JavaScript.
D. The page layout excludes the case feed component.
Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.
Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved? (Choose two.)
A. Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.
B. Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.
C. Create an approval process on the Contract object with criteria set on a second approval step as ‘Amount__c > 10,000’ and set the approver as director.
D. Create an approval process on the Contract object and set the field for ‘Next Automated Approver Determined By’ as ‘Manager’.
C. Create an approval process on the Contract object with criteria set on a second approval step as ‘Amount__c > 10,000’ and set the approver as director.
D. Create an approval process on the Contract object and set the field for ‘Next Automated Approver Determined By’ as ‘Manager’.
Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely.
What formula should an app builder use to create this new field?
A.ISNUMBER(Id)
B.CASESAFEID(Id)
C.TEXT(Id)
D.VALUE(Id)
B.CASESAFEID(Id)
DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.
What automation tool should be used to complete this task?
A. Approval process
B. Process Builder
C. Flow
D. Workflow
D. Workflow
An admin is trying to add a custom VF page to the mobile app quick navigation menu but can’t. What might be the problem?
A. The VF page references / fields that the user can’t access
B. The menu configuration has not been set up correctly for the VF page
C. A tab has not been created for the VF page
D. The smart search is not enabled for the VF page
C. A tab has not been created for the VF page
Invoices in SAP need to be reviewed from Salesforce Account object Home. (Select 2)
A. O-DATA
B. Data Loader
C. From SAP config
D. External object
A. O-DATA
D. External object
Universal containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered. What should an app builder recommend to meet this requirement?
A. Update the important fields to be required on the page layout
B. Create a workflow rule to check the fields are formatted correctly
C. Configure a validation to require a field for a specific record type
D. Make a formula field to check the format of the important fields
C. Configure a validation to require a field for a specific record type
Universal Containers assigns system access via permission sets and permission set groups to ensure each user has proper access. One department with varying levels of support staff has five consistent permission sets they require in order to complete their duties. Some higher-level staff have additional permission sets that are only required for them.
How should an app builder recommend assigning permission sets to users?
A. Utilize the manage assignments button to assign a permission set group and additional individual permission sets to each user.
B. Utilize the Data Loader to mass update the desired users with their full list of permission sets and permission set groups.
C. Utilize the manage assignments button to assign each user with the same set of permission set groups and permission sets.
D. Utilize the Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.
A. Utilize the manage assignments button to assign a permission set group and additional individual permission sets to each user.
Universal Containers allows users to create standard reports on demand.
What are two considerations users should be aware of when creating a new report? (Choose two.)
A. Users can require that child objects exist for parent records using a cross filter
B. Records will be available in the report regardless of security permissions
C. Reports created from standard report types are available to all users
D. The report type determines the types of records and fields that will be available
A. Users can require that child objects exist for parent records using a cross filter
B. Records will be available in the report regardless of security permissions
In Salesforce Classic, which three use cases can be accomplished using a custom link? (Choose three.)
A. Navigate to a create a record page with fields pre-populated.
B. Navigate to an Apex Trigger to update the current record.
C. Navigate to a process to update the current record.
D. Navigate to a custom Visual Flow to update the current record.
E. Navigate to an external system using data in Salesforce.
A. Navigate to a create a record page with fields pre-populated.
D. Navigate to a custom Visual Flow to update the current record.
E. Navigate to an external system using data in Salesforce.
Universal Containers has a custom assessment object used by three divisions. Each division wants to track different information on the assessments, including different values for the status picklist. Division managers do not want their teams to be able to create another division’s assessment.
How can this be accomplished?
A. Create separate assessment record types for each division and use them to limit picklist values. Create separate page layouts for each record type and use profiles to restrict record type access.
B. Create three page layouts to determine the fields and picklist values for each user based on the division indicated on their user record. Use field-level security to restrict access to each division’s fields.
C. Create a separate page layout for each division and assign them profiles. Use the profile setting to configure each division’s custom field list and picklist values for assessments.
D. Create additional custom assessment objects, one for each division, to track their assessments so information can be tracked separately. Use profiles to restrict access to the three custom objects.
A. Create separate assessment record types for each division and use them to limit picklist values. Create separate page layouts for each record type and use profiles to restrict record type access.
Universal Containers uses a custom object to track Site Visits. When the status of a Site Visit is changed from “In Progress” to “On Hold”, the business wants the Site visit owner to be automatically assigned to an “On Hold” queue. Which capability can be used to accomplish this?
A. Assignment Rule
B. Action
C. Visual Workflow
D. Apex Trigger
C. Visual Workflow
Universal Containers’s app builder has been tasked with replacing workflow rules and Apex triggers with Process Builders where possible.
What are two important considerations an app builder should know before the project is started?
Choose 2 answers
A. Apex has a different SOQL query limit than Flow.
B. Avoid generating infinite loops.
C. Combine actions when possible.
D. Create a process for each workflow rule.
B. Avoid generating infinite loops.
C. Combine actions when possible.
What is the capability of schema Builder? Choose 2 Answers
A. Showing selected objects on the page.
B. Creating a new record type
C. Viewing page layout in a new window
D. Editing custom settings
A. Showing selected objects on the page.
C. Viewing page layout in a new window
Northern Trail Outfitters uses a custom object to track travel requests. Rangers want to have automatic posts on a record whenever a travel request has been approved.
Which feature should be used to accomplish this?
A. Workflow rule
B. Feed tracking
C. Auto-response rule
D. Feed quick action
B. Feed tracking