Declare expression questions
You are developing a case type that processes scholarship applications. Scholarship applications advance based on the standardized test scores of the applicants. A decision shape directs the process flow. You want to test whether the process flows correctly, but you have not fully configured the user interface so that applicants can enter their standardized test scores. How do you test that the process flows correctly based on the decision? A. Use the Run Rule window to create a unit test to evaluate the flow rule. B. Use a declare expression to set a value for the standardized test score field. C. Use Live UI to see how the case processes and if an error occurs. D. Use the Clipboard tool to set a value for the standardized test score field.
Answer is B. Confused between B and D ?
A requirement for a hotel reservation case type states that as customers change their room selection, the total cost of the reservation updates. How do you satisfy this requirement? A. Configure a Validate rule for the room selection step.
B. Apply a Disable when condition to the total cost field. C. Add a When condition to the room selection step. D. Define a declare expression for the total cost field.
C is the answer. Can it be D ?