TABLELAYOUT

I have 3 tablelayouts on Home as well as on dashboard in protal.by default how pega knows whats particular section is being called in runtime? basically Need that ootb section which stores all the sections that are present on home as wll as dashboard

@LIKHITHA_97 ,

Both Home and Dashboard have the harness. you can check harness rules “Home” and “Dashboard” of class Data-Portal.

Hi @LIKHITHA_97 you can see the OOTB section or harness by using Live UI tool of your portal , so please check the Live UI for your requirement

@LIKHITHA_97 - Home harness cant be changed dynamically at run time like dashboard . It will be same as how we design in designer studio. Coming to Dashboard the content can be changed by using gear icon. For that to support Pega added Repeating dynamic layout with source as pyWidgets. Based upon the results it displays sections or tables or charts etc.

Thank you.