Untitled Deck Flashcards
(278 cards)
Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record. Which three steps should an app builder take to properly control access to Reviews? Choose 3 answers
A. Disable Grant Access Using Hierarchies.
B. Add a Master-Detail (User; field on the Review object.
C. Create a criteria-based Sharing Rule for the HR Department.
D. Remove Review Read permission from non-HR Department user Profiles.
E. Set organization-wide default to Private.
Answer: B, C, E Explanation: Disable Grant Access Using Hierarchies, Create a criteria-based Sharing Rule for the HR Department, and Remove Review Read permission from non-HR profiles. These are correct because disabling Questions and Answers PDF 7/150 Grant Access Using Hierarchies prevents users above the record owner in the role hierarchy from viewing the Review records, creating a criteria-based Sharing Rule for the HR Department allows users in that group to view all Review records, and removing Review Read permission from non-HR profiles prevents users in other profiles from viewing any Review records. Question: 14
DreamHouse Realty wants to make sure an Opportunity has a field Expected_Close_Date_c populated before it is allowed to enter the qualified stage. How should an app builder solution this request?
A. Record Type
B. Validation Rule
C. Activity History
D. Page Layout
B, A validation rule is a formula that evaluates the data in one or more fields and returns a value of “True” or “False”. Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record. In this case, a validation rule can be used to check if the Expected_Close_Date_c field is populated before the Opportunity stage is set to qualified
An app builder notices several Accounts converted from Leads are missing information they expected to be caught via Account validation rules. What could be the source of this issue?
A. The lead settings are unchecked to require validation for converted leads.
B. Account validation rules fail to validate on records converted from a lead.
C. The lead settings are allowing users to intentionally bypass validation rules.
D. Lead validation rules fail to validate on records when they are being converted.
A, Questions and Answers PDF 2/150 The lead settings have an option to require validation for converted leads. If this option is unchecked, then the Account validation rules will not be enforced when a lead is converted to an Account. This could result in missing or incorrect information on the Account records
An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?
A. Standard buttons can be changed on lookup dialogs, list views, and search result layouts
B. Standard buttons can be overridden with a Visualforce page
C. Standard buttons that are not available for overrides can still be hidden on page layouts
D. Standard buttons can be overridden, relocated on the detail page, and relabeled
B, C, Standard buttons can be overridden with a Visualforce page to provide custom functionality or user interface. For example, you can override the New button on an object to display a custom Visualforce page instead of the standard page layout3. Standard buttons that are not available for overrides can still be hidden on page layouts to prevent users from accessing them. For example, you can hide the Delete button on an object to prevent users from deleting records
The Service Manager provided the app builder with color code requirements for case age on open cases. New cases populate a green circle Day-old cases populate a yellow circle Three-day-old cases populate a red circle How should an app builder implement this requirement?
A. Formula Field
B. Quick Action
C. Custom Button
D. Lightning Web Component
A, A formula field is a read-only field that derives its value from a formula expression you define. The formula field is updated when any of the source fields change. You can use formula fields to display Questions and Answers PDF 3/150 images based on certain conditions. In this case, a formula field can be used to display a green, yellow, or red circle image based on the case age.
Universal Containers (UC) has a time-sensitive need for a custom component to be built in 4 weeks; UC developers require additional enablement to complete the work and are backlogged by several months. Which option should an app builder suggest to meet this requirement?
A. Use an AppExchange solution.
B. Build a screen flow page.
C. Build a Lightning record page.
D. Use a Boit solution
A, An AppExchange solution is a pre-built application or component that can be installed from the Salesforce AppExchange, which is an online marketplace for Salesforce products. AppExchange solutions can help you meet your business needs quickly and efficiently, without requiring much development effort or expertise. You can browse and search for AppExchange solutions by category, industry, rating, price, and more.
Ursa Major Solar’s service department gets requests for several types of services, such as installation, repair, and maintenance. Service managers need to be able to tell when maintenance was last done on on asset to help determine If they are meeting contract agreements, but the last maintenance date can be difficult to determine when there are many work orders related to the asset. They think it would be helpful to have a field auto-populated on the Asset record when a maintenance work order gets closed. What tool should an app builder recommend to help meet this requirement?
A. Visualforce
B. Roll-up Summary
C. Apex Trigger
D. Flow
D, A flow is an application that automates a business process by collecting data and performing operations in your org or an external system. Flows can also manipulate data in your org by creating, updating, deleting, or submitting records for approval. You can use flows to update fields on related Questions and Answers PDF 4/150 records when a certain event occurs, such as closing a work order. In this case, a flow can be used to update the last maintenance date field on the Asset record when a maintenance work order gets closed.
At Universal Containers, the Account object has a Master-Detail relationship with an Invoice custom object. The App Builder would like to change to a lookup field, but is not able to do so. What could be causing this?
A. The invoice must have at least one Master-Detail field for reporting.
B. The Account record includes Invoice roll-up summary fields.
C. The Invoice records have existing values in the Account.
D. The Account is included in the workflow on the Invoice object.
B, The Account record includes Invoice roll-up summary fields. This is correct because roll-up summary fields are only available on the master object in a master-detail relationship, and changing the field type to lookup would delete the roll-up summary fields
Ursa Major Solar has a lookup relationship between a custom Galaxy _c object and a custom Star_c object. An app builder wants to create a roll-up summary field that counts the total number of Star_c records related to each Galaxy__c record. How would the current configuration impact the ability to achieve the desired result?
A. The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.
B. The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.
C. The roll-up summary can be achieved by creating a formula field on the Star__c object.
D. A roll-up summary field will need to be created on the Galaxy__c object with a field filter that select all related Star_c records
B, The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created. This is correct because roll-up summary fields are only available on the master object in a master-detail relationship, and a lookup relationship does not establish a parent-child hierarchy between the objects
Questions and Answers PDF 5/150 Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account records from the case page layout on the Lightning record page. Which two components should an app builder use to meet these requirements? Choose 2 answers
A. Path
B. Rich text
C. Related record
D. Tabs
C, D, Related record and Tabs. These are correct because the related record component allows service agents to view and edit fields from a related record on the same page, and the tabs component allows service agents to switch between different views of related lists or other components on the same page.
A sales rep at AW Computing is unable to find what they are looking for while scrolling through their Chatter feed. How can a filter be utilized to show only posts from their key account and opportunity records?
A. Create a Chatter group.
B. Create Chatter bookmarks
C. Create a Chatter stream.
D. Create a Chatter notification.
C, Create a Chatter stream. This is correct because a Chatter stream allows users to follow multiple records and people in one feed, and filter the feed by selecting a stream.
Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?
A. Create sales and marketing profiles to ensure read access to different objects
B. Create roles for sales and marketing and assign a custom homepage layout for each role.
C. Create mobile navigation menus for both the sales and marketing profiles. Questions and Answers PDF 6/150
D. Create public groups for sales and marketing and create mobile navigation menus for each group.
C, Create mobile navigation menus for both the sales and marketing profiles. This is correct because mobile navigation menus allow users to customize the items that appear in the navigation bar of the Salesforce mobile app, and they can be assigned to different profiles.
Cloud Kicks wants to display 10 key fields at once in a separate section at the top of opportunity records on the desktop. Which component should an app builder add to the record page to enable this functionality?
A. Path
B. Highlights Panel
C. Custom Lightning Web Component
D. Accordion
B, Highlights Panel. This is correct because the highlights panel component displays key fields from a record at the top of the page, and it can be configured to show up to 10 fields.
A recently refreshed partial sandbox at Cloud Kicks has no data In the custom object Shipping. Checking In production, there are two million rows of data in the object. What could be the reason the data Is missing?
A. The sandbox was refreshed too early.
B. The selected objects in the sandbox template.
C. The Partial sandbox is at capacity.
D. The sandbox is still populating data.
B, The selected objects in the sandbox template. This is correct because a partial sandbox only copies a subset of data from production, and the data to be copied is determined by the sandbox template. If the Shipping object was not selected in the template, then its data would not be copied to the sandbox
UVC’s CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answers
A. Launch a new approval process that has automatic submission enabled as an initial submission action
B. Create a new process with a submit for approval action to automatically submit deals for approval
C. Create a new approval process that has automatic submission enabled in the entry criteria
D. Launch a flow that uses the submit for approval action to submit deals for approval
A, C, Launch a new approval process that has automatic submission enabled as an initial submission action, and Create a new approval process that has automatic submission enabled in the entry criteria. These are correct because both options allow the deals to be automatically submitted for approval without requiring any action from the sales rep. The automatic submission can be configured either as an initial submission action or as part of the entry criteria Questions and Answers PDF 8/150
An app builder wants to add the option to ‘Send New Email’ from Leads, Contacts and Accounts for users on mobile. What is the benefit of using global actions to accomplish this?
A. Global actions can be accessed anywhere actions are pages, feed and Chatter groups,
B. Salesforce Lightning Component Library houses existing global actions prebuild for use.
C. The global action’s layout automatically clones the default page layout.
D. Global actions are record-specific and are available when searching that particular
A, Global actions can be accessed anywhere actions are pages, feed and Chatter groups. This is correct because global actions are not tied to a specific object, and they can be added to any page that supports actions, such as record pages, home pages, feed pages, and Chatter groups.
An app builder has a custom component they want to make available on the utility bar, but the component is unavailable. How should the component be tagged?
A. For use on record pages.
B. For use in Lightning App Builder.
C. For use on the utility bar.
D. For use in App Manager.
B, For use on the utility bar. This is correct because the component must have this tag in order to be available on the utility bar. The other tags are not relevant for this requirement.
Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records. How should an app builder implement this requirement?
A. Create a formula field on the Case object using the TEXT function.
B. Create a formula field on the Account object using the ISPICKVAL function.
C. Create a Process Builder and use a field update on the Case object.
D. Create a roll-up summary field using Support Level on the Account object. Questions and Answers PDF 9/150
A, Create a formula field on the Case object using the TEXT function. This is correct because a formula field can reference a field from a related object using dot notation, and the TEXT function can convert a picklist value to text. This way, the case record will always show the current value of the Support Level field on the account record.