Cloud Kicks needs to change the owner of a case when it has been open for more than 7 days.
How should the administrator complete this requirement?
Correct Answer:
C
An escalation rule is a tool that allows administrators to automatically escalate cases based on certain criteria and time triggers. For example, an escalation rule can change the owner of a case, send an email notification, or update a field value when a case has been open for more than 7 days. An escalation rule consists of multiple rule entries that define the criteria and actions for each escalation scenario.References:https://help.salesforce.com/s/articleView?id=sf.case_escalation.htm&t ype=5
The administrator at universal containers has ascreen flow that helps users create new leads.
When lead source is “Search Engine”, the administrator needs to require the user to choose a specific
a search engine from a picklist. If lead source is not “Search Engine”, this picklist should be hidden.
How should the administrator complete this requirement?
Correct Answer:
C
To require users to choose a specific search engine from a picklist when lead source is “Search Engine”, and hide it otherwise, the administrator should create a picklist for specific search engine on the same screen as lead source, and set conditional visibility so that it is only shown when lead source is “Search Engine”. This will make sure that users see only relevant fields based on their input. A decision element will create an extra screen
that may disrupt user experience. An assignment element willnot affect field visibility. A validation rule will not hide fields but only show errors when values are invalid. References: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screen_components_pic klist.htm&type=5https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screen_ components_conditional_visibility.htm&type=5
The events manager at dream house realty has a hot lead from a successful open house that
needs to become a contact with an associated opportunity.
How should this be accomplished from the campaign keeping the associated campaign member
history?
Correct Answer:
C
Tocreate a contact and an opportunity from a lead that is associated with a campaign, and keep the campaign member history, the administrator should convert the lead from the campaign member detail page. This will automatically create a contact, an account, and an opportunity that are linked to the campaign. Deleting, cloning, or adding a contact will not preserve the campaign member history.References:https://help.salesforce.com/s/articleView?id=sf.campaigns_leads.htm&t ype=5
The sales manager at cloud Kicks approves time off for their employees. They asked the
administrator to ensure these requests are seen and responded to by a backup manager while the sales
manager is out on vacation.
What should administrator use to fulfill the requirement?
Correct Answer:
A
Delegated approver is a feature that should be used to fulfill this requirement. Delegated approver allows users to delegate their approval authority to another user for a specified period of time, such as when they are out on vacation. Users can specify which approval requests they want to delegate and who they want to delegate them to.References:https://help.salesforce.com/s/articleView?id=sf.approvals_delegate.htm&typ e=5
Cloud Kicks wants to track shoe designs by products. Shoe designs should be unable to be deleted, and there can be multiple designs for one product across various stages.
Which two steps should the administrator configure to meet this requirement? Choose 2 answers
Correct Answer:
BD
To track shoe designs by products, prevent them from being deleted, and allow multiple designs for one product across various stages, the administrator should create a custom object for shoe designs and configure a custom lookup field for shoe designs on the Product object. This will create a one-to-many relationship between products and shoe designs, and allow users to link multiple shoe designs to one product record. To prevent shoe designs from being deleted, the administrator can use validation rules orpermissions. Adding a custom master-detail field for shoe designs on the Product object will create a many-to-one relationship, which is not desired. Using the standard object for designs or configuring a validation rule will not meet the requirement.References:https://help.salesforce.com/s/articleView?id=sf.customize_object_r elationships_overview.htm&type=5