An order fulfillment case type allows a customer to update user profile information during the order placement stage. The user profile consists of the following three pages:
Account ID and password
Customer contact information
A list of open orders with the status of each order
How do you configure the case type to allow customers to update any of the user profile pages individually?
Correct : A
In Pega, optional actions allow users to perform actions that are not part of the primary process flow but can be performed if needed. This is particularly useful for updating user profile information which may not always be required during the order placement stage. By adding a set of optional actions to the case workflow, customers can update any of the user profile pages individually without disrupting the main flow of the case.
Start a Discussions
You are configuring an accident claim case with two child cases for an automobile insurance company, as shown in the following figure:
The business requirement changes to allow the parent case to continue independently of the child case processes, w do you configure the Wait step for this requirement?
Correct : A
To configure a parent case to continue independently of its child cases, you need to adjust the Wait step settings in the parent case. By configuring the Wait step so that users can continue with the parent case process regardless of the child case status, the parent case does not need to wait for the child cases to reach a certain status or be resolved. This allows for parallel processing where the parent case progresses independently of the child cases.
Start a Discussions
A survey is sent to a customer via email.
Who do you configure a solution to ensure the email includes the case ID for the survey?
Correct : D
The Insert Property feature in the Send email step allows you to include dynamic data, such as the case ID, directly into the email body. This ensures that the case ID is automatically included in the email without requiring manual entry or additional processes. By configuring the Send email step to use the Insert Property feature, you can ensure that the case ID is included in the survey email sent to the customer.
Start a Discussions
Which three tasks should be done as part of the DevOps pipeline? (Choose Three)
Correct : B, C, D
Project delivery leader: The Project Delivery Leader is responsible for overseeing the project plan, managing resources, and ensuring that project milestones are met. They play a key role in verifying the project plan and adjusting schedules to manage expectations and ensure timely delivery.
Start a Discussions
Which two requirements ensure that valid data is used in a case? (Choose Two)
Correct : A, D
The data fits the business logic: Ensuring data fits the business logic guarantees that it aligns with the defined processes and rules.
The data is the correct field type: Ensuring the data type is correct is crucial for preventing data-related errors and ensuring compatibility with the system.
Start a Discussions