ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 138 - Certified Administrator discussion

Report
Export

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?

A.
Use the equals operator and {!$GlobalConstant.True} as the value.
Answers
A.
Use the equals operator and {!$GlobalConstant.True} as the value.
B.
Use the equals operator and ''High Value Customer'' as the value.
Answers
B.
Use the equals operator and ''High Value Customer'' as the value.
C.
Use the contains operator and {!$GlobalConstant.False} as the value.
Answers
C.
Use the contains operator and {!$GlobalConstant.False} as the value.
D.
Use the contains operator and ''High Value Customer'' as the value
Answers
D.
Use the contains operator and ''High Value Customer'' as the value
Suggested answer: A

Explanation:

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 flow so 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.

Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_operators.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_decision.htm&type=5

asked 23/09/2024
Jeremiah Gem Galeon
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first