Pre-Winter Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Universal Containers (UC) utilizes two custom picklist fields Called sales_Organization_c and Pricing_Tier _ Which validation rule should an app builder use to ensure Pricing Tier_c is required for customers with a Sales Organization__c value of Canada?

A.

AND (ISPICKVAL (Sales Organization_c, ' Canada ' ), ISBLANK (TEXT (Pricing_Tier

B.

IF (ISNULL(Sales_Organization_c= ' Canada ' , ISBLANK (TEXT (Pricing_Tier_c)), TRUI

C.

ISPICKVAL (Sales Organization_c, ' Canada ' ) & ISNULL (Pricing_Tier_c)

D.

OR (ISPICKVAL (Sales Organization_c, ' Canada ' ), ISBLANK (TEXT (Pricing_Tier_c));

Choose 3 options. Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission. Which three action types should an app builder use in the approval process?

A.

Invocable Flow

B.

Decision Element

C.

Email Alert

D.

Task

E.

Outbound Message

Universal Containers wants to improve the process to create Opportunity records related to an Account. Many fields can be populated Based on the Account record. Some fields require input from the user. What should an app builder configure to meet the requirement?

A.

Quick Action on the Account object

B.

Assignment rule triggered from Account update

C.

Quick Action on the Opportunity object.

D.

Assignment rule triggered from Opportunity update

The Director of Customer Service wants to receive a notification when a case stays in the new status for more than four business hours. Which two automation processes should be used to accomplish this? Choose 2 answers

A.

Validation Rule

B.

Flow Builder

C.

Scheduled Apex

D.

Escalation rules

Universal Containers created a ' New Task ' custom action on the Opportunity object. The action was added to all page layouts in the Mobile & Lightning Actions section. Which Lightning component should the app builder add to the layout to Display the action?

A.

Highlights panel

B.

Activities

C.

Related lists

D.

Related record

Universal Containers manages internal projects by department using a custom object called Projects. Only employees in the project ' s respective department should have view access to all of the department ' s project records. If an employee changes job roles and moves to another department, the employee should no longer have access to projects within the former department.

Which option meets these requirements, assuming the organization-wide default for Projects is set to Private?

A.

Create a criteria-based sharing rule using the Project ' s department that grants access to users through Public Groups.

B.

Create a criteria-based sharing rule using the Project ' s department that grants access to users through Permission Sets.

C.

Create a criteria-based sharing rule using the Project ' s department that grants access to users through Profiles.

D.

Create a criteria-based sharing rule using the Project ' s department that grants access to users through Account Teams.

A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants Report and noticed that the new field was missing as an option to add as a column. How should an app builder troubleshoot this issue?

A.

Add the field to the custom report type field layout.

B.

Adjust the field level security to include in the report type.

C.

Check Allow Reports for the position and applicant objects.

D.

Update the profile with the Manage Public Reports permission.

An app builder installed a custom Lightning component from AppExchange. What should be done next in order to configure the component for use in a record page?

A.

Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.

B.

Edit a record page using Lightning App Builder > Drag the component onto the page.

C.

Edit a record page using App Manager > Drag the component onto the page.

D.

Edit a record page using the Page Layout editor > Drag the component onto the page.

DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquire DR executives Want to automate the submission travel request forms to enforce the internal policy. How should an app builder automate travel requests based on these criteria?

A.

Assignment rule

B.

Validation rule

C.

Apex

D.

Approval process

The training team at Northern Trail Outfitters uses a custom Training object to track customer training sessions. An app builder needs to create a relationship between the Training object and the related Students ' record. Which two behaviors should an app builder take into consideration? Choose 2 answers

A.

On Student record, users can set up Roll-up summary field on Training records.

B.

Cross-object field updates behavior Training and Student records are not supported.

C.

On Training record, the Student Lookup field can be made optional.

D.

On Training record, users can only delete Students, if they have access to it.