Module: Platform App Builder Certification Maintenance (Winter ’21) Answers

Platform App Builder Certification Maintenance (Winter ’21)

#1.Learn what’s new for App Builders in Winter ’21

Q.1)Where should an app builder go to analyze performance on a Lightning record page?

I)Lightning App Manager
II)Lightning Object Manager
III)Lightning App Launcher
IV)Lightning App Builder
[bg_collapse view=”button-orange” color=”#4a4949″ expand_text=”Show Answers” collapse_text=”Close Answer” ]
IV)Lightning App Builder
[/bg_collapse]

Q.2)What field is updated when deploying sharing settings simultaneously?

I)sharingCriteriaRules
II)sharingModel
III)criteriaItems
IV)ownerRules
[bg_collapse view=”button-orange” color=”#4a4949″ expand_text=”Show Answers” collapse_text=”Close Answer” ]
II)sharingModel
[/bg_collapse]

Q.3)What should an app builder use to build a collection of records for three different custom objects?

I)Use a reusable screen component
II)Create a custom component
III)Clone a screen component
IV)Use a loop component
[bg_collapse view=”button-orange” color=”#4a4949″ expand_text=”Show Answers” collapse_text=”Close Answer” ]
I)Use a reusable screen component
[/bg_collapse]

Q.4)An app builder received feedback that a custom page layout has too many fields on it, and some fields are only needed if other fields are entered. What should an app builder configure to help with this issue?

I)Dependent picklists
II)Lightning web components
IiI)Dynamic Forms
IV)Separate page layouts and record types
[bg_collapse view=”button-orange” color=”#4a4949″ expand_text=”Show Answers” collapse_text=”Close Answer” ]
IiI)Dynamic Forms
[/bg_collapse]

Q.5)What type of flow is available for an app builder to debug as another user?

I)Invocable Process
II)Screen Flow
III)Platform Event
IV)Record Change Process
[bg_collapse view=”button-orange” color=”#4a4949″ expand_text=”Show Answers” collapse_text=”Close Answer” ]
II)Screen Flow
[/bg_collapse]

#2.Get Hands-on With Flow Before-Save Trigger When Certain Record

Changes are Made
Hands-on Challenge
+500 points
GET READY
You’ll be completing this challenge in your own hands-on org. Click Launch to get started, or click the name of your org to choose a different one.
Do you use Salesforce in a language other than English? Set the language of your hands-on org to English before you attempt this challenge. Want to find out more about using hands-on orgs on Trailhead? Check out Trailhead Playground Management.

YOUR CHALLENGE

Create a Flow that Triggers when Certain Criteria are Met

The Cloud Kicks Training Team wants to create a custom Onboarding Status field that automatically updates when a new customer completes their onboarding training.

Create a flow that updates the Active status to “Yes”when a new customer’s onboarding is complete.

Prework: Before you begin, we strongly recommend creating a new Trailhead Playground. To do this, scroll to the bottom of this page, click the section next to Launch, and select Create Playground. It typically takes three to four (3–4) minutes for Salesforce to create your Trailhead Playground.

Note: Yes, we really mean a brand-new Trailhead playground! If you use an existing org or playground, you can run into problems completing the challenge.
#Create a new picklist field.
#Account: Onboarding Status
#Values: Not Started, In Process, Complete
#Create a new Flow.
#Flow Type: Record-Triggered Flow
#Flow Name: Onboarding
#Trigger Flow When: A record is created or updated
#Run the Flow: Before the record is saved
#Object: Account
#Field: Onboarding Status
#Operator: Equals
#Value: Complete
#Only when a record is updated to meet the condition requirements
#Assignment: New Assignment
#Variable: {!$Record.Active__c}
#Operator: Equals
#Value: Yes
#Activate the Flow.
My Trailhead Playground 1
Last used on 1/17/2021
Launch
Check Challenge to Earn 500 Points

Video Solution:

Pramod Kumar Yadav is from Janakpur Dham, Nepal. He was born on December 23, 1994, and has one elder brother and two elder sisters. He completed his education at various schools and colleges in Nepal and completed a degree in Computer Science Engineering from MITS in Andhra Pradesh, India. Pramod has worked as the owner of RC Educational Foundation Pvt Ltd, a teacher, and an Educational Consultant, and is currently working as an Engineer and Digital Marketer.



Leave a Comment