PEGACLSA_62V2 · Question #104
In a Credit card dispute application, PRPC connects to an external service to receive the transactions made by the account holder. When the CSR (Customer Service Representative) is working on the…
The correct answer is D. Create a thread level declare page which uses an activity as its source. This activity will invoke. See the full explanation below for the reasoning.
Question
In a Credit card dispute application, PRPC connects to an external service to receive the transactions made by the account holder. When the CSR (Customer Service Representative) is working on the dispute they should see only the last ten transactions made by the account holder. If the transaction that the account holder wants to dispute does not appear in the list then the CSR should perform a search by entering the date of transaction or the transaction amount or the merchant name. The transaction list should display the 10 transactions that satisfies the criteria. In any circumstance the CSR should not see more than 10 transactions in the screen and cannot paginate through results. The external service returns transactions ordered by date of transaction with the recent ones appearing first. Given the above requirements, which of these approaches is most appropriate and would satisfy both these requirements? (Choose One)
Options
- AInvoke the activity that makes a connector call to get the list of transactions from an external
- BInvoke the activity that makes a connector call to get the list of transactions from an external
- CCreate a thread level declare page which uses an activity as its source. The activity will invoke
- DCreate a thread level declare page which uses an activity as its source. This activity will invoke
How the community answered
(66 responses)- A14% (9)
- B3% (2)
- C6% (4)
- D77% (51)
Community Discussion
No community discussion yet for this question.