Valid PEGACPLSA88V1 Dumps shared by ExamDiscuss.com for Helping Passing PEGACPLSA88V1 Exam! ExamDiscuss.com now offer the newest PEGACPLSA88V1 exam dumps, the ExamDiscuss.com PEGACPLSA88V1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PEGACPLSA88V1 dumps with Test Engine here:
A pega application has cases that represent customer accounts each with many members. When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded. An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes. Which two elements are valid design choices? (choose two)
Correct Answer: A,D
Use the Optimistic Locking Option: Optimistic locking ensures that updates are handled efficiently in a multimode system without causing contention. Override DetermineLockString: Override the DetermineLockString to use .AccountID instead of .pyID as the lock string to ensure that the correct customer account is locked during updates. Reference: Pega Locking Mechanisms: Locking Mechanisms Pega Advanced Agent Configuration: Advanced Agent Configuration