Sales reps at Cloud Kicks want to be notified when they have a high likelihood of winning an
opportunity over $1,000,000.
Which feature meets this requirement?
Answer : B
Big Deal Alerts are notifications that are sent to users when an opportunity reaches a certain amount, probability, or stage. They can be configured by administrators to alert sales reps or managers when they have a high likelihood of winning a big deal. Key Deals are a feature of Einstein Opportunity Scoring that shows the top opportunities based on their score and stage, but they do not send notifications. Activity Timeline is a component of Lightning Experience that shows the past and upcoming activities related to a record, but it does not notify users of big deals. Performance chart is a type of report chart that shows how well users or teams are performing against their goals, but it does not alert users of big deals. Reference: https://help.salesforce.com/s/articleView?id=sf.forecasts3_big_deal.htm&type=5
Sales Users at Cloud Kicks are requesting that the data in the industry field on the Account object
displays on the Opportunity page layout.
Which type of the field should an administrator create to accomplish this?
Answer : C
A cross object formula field is a type of formula field that references fields from related objects using relationships such as lookup or master-detail. It can be used to display data from one object on another object without creating another relationship or copying data. A cross object formula field can be created on opportunity object to display data from industry field on account object using account ID lookup relationship. A custom account field, a standard account field, or a master-detail relationship field are not types of fields that can display data from industry field on account object on opportunity page layout; they either do not exist or do not reference related objects. Reference: https://help.salesforce.com/s/articleView?id=sf.cross_object_formulas.htm&type=5
An Administrator wants to trigger a follow-up task for the opportunity owner when they close an
opportunity as won and another task after 60 days to check in with the customer.
which two automation tools should the administrator use?
Choose 2 answers
Answer : A, C
Process builder can be used to create a record-triggered flow that executes when an opportunity is closed as won and creates a follow-up task for the owner. Field update can be used to update a date field on the opportunity that can be referenced by a time-dependent workflow rule to create another task after 60 days. Reference: https://help.salesforce.com/s/articleView?id=sf.process_which_tool.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.workflow_time_action_considerations.htm&type=5
Clod Kicks has the organization wide defaults for Opportunity set to private.
which two features should the administrator use to open up access to Opportunity records for sales
users working on collaborative deals?
Choose 2 answers
Answer : B, D
Role hierarchy and sharing rules are two features that should be used to open up access to Opportunity records for sales users working on collaborative deals. Role hierarchy can be used to grant access to records owned by or shared with users who are below them in the hierarchy. Sharing rules can be used to extend sharing access to users in public groups, roles, or territories based on certain criteria, such as record owner or field value. Reference: https://help.salesforce.com/s/articleView?id=sf.admin_sharing.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.security_sharing_rules.htm&type=5
The administrator at Ursa Major Solar has Created a new record type for customer warranty cases
which two assignments should the administrator use to display the new record type to users?
Choose 2 answers
Answer : A, D
Profile assignment and page layout assignment are two assignments that should be used to display a new record type to users. Profile assignment determines which profiles can access a record type and which record type is the default for each profile. Page layout assignment determines which page layout is assigned to each record type and profile combination. Reference: https://help.salesforce.com/s/articleView?id=sf.customize_recordtype_assign.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.customize_recordtype_pagelayoutassign.htm&type=5
The administrator at cloud kicks is trying to debug a screen flow that create contacts. One of
the variables in the flow is missing on the debug screen.
What could cause this issue?
Answer : A
To debug a screen flow that creates contacts, one of the possible causes for a variable missing on the debug screen is that the available for input checkbox was unchecked for that variable. This means that variable cannot be set by external sources such as debug inputs or URL parameters. To fix this issue, check this checkbox for any variable that needs to be set externally. The flow version or field type does not affect variable availability for input. The available for output checkbox only affects whether variables can be passed out of flows or subflows. Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_variables.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_debugging.htm&type=5
The administrator at Ursa Major Solar has been asked to change the work Item and Project Custom
Object Relationship from a master detail to a Lookup.
Which Scenario Could prevent the administrator from fulfilling this requirement?
Answer : D
One scenario that could prevent an administrator from changing the relationship between work item and project custom objects from master-detail to lookup is that roll-up summary fields exist on the master object (project). Roll-up summary fields are fields that calculate values from related records in a master-detail relationship; they cannot be used in a lookup relationship. If roll-up summary fields exist on the project object, they would prevent the administrator from changing the relationship type unless they are deleted first. A junction object is not required to support a lookup relationship; it is only used when creating many-to-many relationships between two objects using two master-detail relationships. The lookup field in all the records containing a value or the lookup field being required for saving records are not scenarios that would prevent changing the relationship type; they are scenarios that would allow changing the relationship type without losing data or functionality. Reference: https://help.salesforce.com/s/articleView?id=sf.fields_about_roll_up_summary_fields.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5