Valid OmniStudio-Developer Dumps shared by ExamDiscuss.com for Helping Passing OmniStudio-Developer Exam! ExamDiscuss.com now offer the newest OmniStudio-Developer exam dumps, the ExamDiscuss.com OmniStudio-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com OmniStudio-Developer dumps with Test Engine here:
A developer needs to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false. How should a developer configure the calculation procedure to conditionally execute the correct formula?
Correct Answer: A
Using two separate Calculation Steps with the Conditional Step property selected allows the developer to specify different formulas based on different conditions. The ISTRUE(isCustomer) and NOT(ISTRUE (isCustomer)) functions are used to evaluate the Boolean variable in the Condition syntax. The other options are either missing the Conditional Step property, using incorrect comparison operators, or using an IF statement instead of separate Calculation Steps.