Question
Populate table layout from a data page
Hi everyone, I am new to pega and I am trying to populate table via the Design tab in Edit Section rule for Case Manager portal. My table need to represent all the customers in my application. Hence, it has 5 columns represent customer information (ID, First Name, Last Name, Phone Number, Email). In addition, I configured the table to source the data using data page called D_AllCustomers. D_AllCustomers is a List structured data page that using the built-in report definition 'DataTableEditorReport' to fetch the entire Customer's database. I looked at the 'Trace' tool and the information is retrieved correctly to the data page from the report definition but the customers information is not shown at the table. I have 3 records of 'Customers' in my data base and it seems that the table has 3 blank rows but the information is not shown, Can you please explain me why ? Attached screenshots for edit section rule, D_AllCustomers data page and Table configurations. I am using pega 8.1.1 version
Hello,
Is it just an issue with the Preview mode or do you have the same thing at runtime? Is the DataPage corretly having the expected values?