Match the business need to the most appropriate work party instantiation option
Select and Place:
Match each debugging need with the appropriate Tracer feature.
Select and Place:
When processing an insurance claim you need to retrieve the customer's insurance policies from a web service. You invoke the connector from a ___________.
A. data transform
B. flow action
C. report definition
D. data page
A process includes standard and gold program levels. When the deadline has passed for gold level cases, the system transfers the case to the manager. Which two configurations would you make to the SLA to support this requirement? (Choose two.)
A. Add an advance flow action to the deadline.
B. Add a transfer action to the deadline.
C. Increase the urgency level for gold level cases.
D. Use a when condition test for gold level cases.
An application that generates auto insurance quotes allows users to add a substitute transportation reimbursement option to their coverage. Users who add this option are required to select one of three reimbursement levels:
-
Up to $10/day
-
Up to $25/day
-
Up to $50/day
You must configure a form to add a check box that allows users to select the substitute transportation reimbursement option. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar to the following example.
Which type of decision rule do you configure to test whether the user has selected the substitute transportation reimbursement option?
A. Map value
B. Decision table
C. When rule
D. Decision tree
On an Account Management form, you need to add a link control for changing the mailing address. When users click the link, the application runs a ChangeAddress flow in a modal dialog. How do you implement this requirement?
A. Configure the edit mode of the link to display the flow UI in a modal dialog.
B. Configure an action set on the link to launch the flow in a modal dialog.
C. Configure a visible when condition on the link to display the flow in a modal dialog.
D. Configure the flow to render its UI in a modal dialog instead of a section.
In which situation is the use of an activity necessary?
A. Calculating the age from the date of birth
B. Concatenating two strings values
C. Writing a message toa log file
D. Setting default values when creating a case
You have been asked to configured a rule for use in a business process to evaluate multiple property values and return a text value as a result. Which type of rule satisfies this requirement?
A. Data transform
B. When rule
C. Validate
D. Decision tree
Users are required to enter their date of birth in the format dd/mm/yyyy. Which two options ensure that a user provides a date in the correct format? (Choose two.)
A. Use a Calendar control to allow the user to select the date.
B. Use an Edit Validate rule to test the value entered by the user.
C. Use a Validate rule to test the value entered by theuser.
D. Use a When rule to test if the date matches the required format.