Question

Vodafone
IN
Last activity: 17 Jun 2022 1:36 EDT
Capture Data from UI to persist to local databse
I am trying to capture data from UI, while building the UI Screens am facing a challenge. I have a pagelist which holds a page with required scalar properties. Like below
- -- Pagelist (ABC)
- --- Page (XY)
- --- Scalar properties
Using Pega OOTB Datamodel.
I need to insert multiple records of XY on to database table with different key. How can I build a UI? For ABC, I can consume table layout and configure the scalar properties (simple approach) but In my use case, I have a Pagelist, which is holding Page and that Page holds the scalar properties.