Match each debugging need with the appropriate Tracer feature.
Select and Place:

In an application, three email addresses (work, home, and other) can be captured for a customer. You use .Email (work) to refer to the work email address. What type of property is used to capture the email addresses?
A. Page
B. Value group
C. Value list
D. Page group
You are developing a purchase application that integrates with an external inventory management system. A ____________ allows you to build the interface so that Pega can request information from the inventory management system.
A. Report Definition
B. data page
C. service
D. connector
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 created a series of forms for a vacation booking process. Declarative expressions are used to calculate values such as the cost of the flight, hotel, car rental, and taxes. The last form includes a field that displays the total amount that will be charged on the user's credit card.
How do you configure the calculations so that the total amount is calculated only when the user reaches the last form?
A. Use the backward chaining option for all the expressions.
B. Use the backward chaining option for the total amount expression. Use forward chaining for all the other expressions.
C. Use the forward chaining option for all the expressions.
D. Use the forward chaining option for the total amount expression. Use backward chaining for all the other expressions.
An insurance claim type is defined as follows:

If the Review claim step is configured to set the status to Pending-Investigation, when is the status of the case set to Pending-Investigation?
A. When theReview claimstep starts.
B. When theReview claimstep completes.
C. WhenInvestigate claimstep completes.
D. When theProcess claimstage starts.
Which of the following scenarios requires the configuration of an action set?
A. Reducing the screen width converts an inline to a stacked dynamic layout.
B. Selecting a check boxshows additional input fields.
C. Clicking a button clears the fields in a form.
D. Entering a text value in a numeric field displays a custom error message.
You need to add a button to a user form. When the button is pressed, the application invokes a data transform, then creates a new case. How do you implement this functionality?
A. Configure a style format for the button in the skin.
B. Configure a mixin for the button in the skin.
C. Configure a local action on the button control.
D. Configure an action set on the button control.
You need to copy data from a page with customer data to a page used for a credit payment. Most of the properties can be mapped as-is, but the first and last names must be concatenated into a full name. Which rule type would you use to copy the content?
A. Data page
B. Data transform
C. Declare expression
D. Function