Aw computing wants to prevent user from updating the Account Annual Revenue field to be a negative value or an amount more than $100 billion.
How should an administrator accomplish this request?
Correct Answer:
A
A validation rule is a tool that allows administrators to enforce data quality and integrity by preventing users from saving records that do not meet certain criteria or conditions. For example, a validation rule can display an error message if a user enters an invalid value in a field. In this case, the administrator can create a validation rule on the account object that displays an error if the account annual revenue field is below 0 or greater than 100 billion.
References:https://help.salesforce.com/s/articleView?id=sf.validation_rules.htm&typ e=5
An administrator at Cloud Kicks is building a flow that needs to search for records that meet certain conditions and store values from those records in variable for use later in the flow. What flow element should the administrator add?
Correct Answer:
B
Get Records is a flow element that allows you to retrieve one or more records from an object that meet certain conditions and storethem in a collection variable or a record variable for use later in the flow. You can also choose which fields from those records you want to store in variables.References:https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_da ta_getrecords.htm&type=5
Cloud Kicks wants to update a screen flow so that if the checkbox field High Value Customer
is set to true, the first screen is skipped and the user is directed to the second screen. How should the administrator configure the decision element?
Correct Answer:
A
The equals operator is an operator that compares two values and returns true if they are equal or false if they are not equal; it can be used in decision elements in flow builder to check if two values match certain criteria. The {!$GlobalConstant.True} value is a global constant value that represents true in flow builder; it can be used in decision elements in flow builder as one of the values being compared. Using equals operator and {!$GlobalConstant.True} as value can help Cloud Kicks update screen flowso that if checkbox field High Value Customer is set true first screen is skipped by using equals operator compare High Value Customer field value with {!$GlobalConstant.True} value in decision element output connector conditions; if condition is met first screen is skipped else first screen is shown. Using equals operator “High Value Customer” as value contains operator {!$GlobalConstant.False} as value contains operator “High Value Customer” as value are not valid options for updating screen flow skip first screen if checkbox field High Value Customer is set true because they either use wrong values wrong operators compare checkbox field values. References: https://help.salesforce.com/s/articleView?id=sf.flow_ref_operators.htm&type=5https://help.s alesforce.com/s/articleView?id=sf.flow_ref_elements_decision.htm&type=5
Theadministrator at Universal Container has created two objects: Containers_c Purchase_c, Management has requested that all container records display on purchase records in Salesforce.
Which type of relationship between Containers_c and Purchase_c should satisfy the requirement?
Correct Answer:
D
A lookup field is a type of field that allows administrators to create a relationship between two objects by linking records from one object to another object. For example, a lookup field can link an account record to a purchase record by storing the account ID on the purchase record. A lookup field allows users to select an existing record from a pop-up window or create a new record from the same window.References:https://help.salesforce.com/s/articleView?id=sf.relationships_lookup.ht m&type=5
DreamHouse Reality needs to use consistent picklist value on a category filed on accounts and cases, with value respective to record types.
Which two features should the administrator use to fulfill this requirement? Choose 2 Answers
Correct Answer:
AD
A dependent picklist and a custom picklist are the two features that can be used to fulfill the requirement. A global picklist and a multi-select picklist are not features that can be used to fulfill the requirement.
Here is a more detailed explanation of why A and B are the correct answers:
✑ A. Dependent Picklist
A dependent picklist is a picklist whose values are dependent on the value selected in
another picklist. This is useful for ensuring that only valid values are selected for a field. In this case, the administrator can create a dependent picklist for the category field on accounts and cases, with the values for the picklist being dependent on the record type selected. This will ensure that only the relevant picklist values are available for selection based on the record type selected.
For example, the administrator could create a dependent picklist for the category field on accounts and cases with the following values:
✑ Record Type: New Account
✑ Picklist Values: Residential, Commercial
✑ Record Type: Existing Account
✑ Picklist Values:Renewal, Upsell, Cross-sell
This would ensure that only the relevant picklist values are available for selection when creating a new account or an existing account.
✑ B. Custom Picklist
A custom picklist is a picklist that is created by the administrator. This is useful for creating picklists with values that are specific to the organization's needs. In this case, the administrator can create a custom picklist for the category field on accounts and cases, with the values for the picklist being specific to the organization's needs. This will ensure that the picklist values are relevant to the organization and its customers.
For example, the administrator could create a custom picklist for the category field on accounts and cases with the following values:
✑ Picklist Values: Residential, Commercial, Land, Multi-Family
This would ensure that the picklist values are relevant to the organization and its customers.