Closed
How to save Page with pagelist under it
Hi Friends-
I have design structure like this-->
TestPage
PList(1). Properties
PList(2).Properties
I need suggestion on how to save the pagelist in DB such a way that I can run a report and show back in the UI. thank you
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.
@Sharadk1 You need to have 1 data type for holding main page data and index table to hold the pagelist. For reporting, to get page data you can do directly refer it by optimizing it and to get pagelist data(class join with index--class) you can use a unique column and pass the unique column to the index-table you have created. So you need to have a common column to connect page and pagelist but this column should act as unique column for that one page all the pagelists under that page.