Question
Wellsfargo
IN
Last activity: 3 Jan 2024 13:02 EST
Can we add refresh logic on property which is inside pagelist in pega constellation?
Hi Team,
Scenario: I have a scenario, need to set values for some of the fields coditionally based some property value changes on the form.
Design approach:
Created 2 pagelist properties
Pagelist 1: Authors(embed type)
Pagelist 2: Books (Data reference type) (D_Books list datapage with param as AuthorName)
Step1: Created a form view
Step 2: Add Author pagelist property and selected display mode as fieldgroup.
Step 3: Added a sub view
Step 4: Inside sub view added below fields
1. Added AuthorName property with display mode as search box.
2. Books pagelist property with display mode as table
Expected:
Now, if i select author from AuthorName searchbox, the books pagelist should get refreshed for corresponding books.
Actual:
On selection of AuthorName, There is no refresh call and books pagelist is not getting corresponding reocords.