How to find out page if its classic or fluid
Hi,
Need an help.
Can you please let me know if we can query database to find out whether a page is fluid or classic.
I checked in PSPNLDEFN and found pages with suffix "_FL" , "_FLU", "_FLX" , "_NUI" . Also some fluid pages have page names with out these suffix.
Also, to find out the fluid components, queried the PSPNLGRPDEFN WHERE FLUIDMODE = 1 and found component names with suffix "_FL" , "_FLU", "_FLX" , "_NUI" . Also some fluid componenets have comp. names with out these suffix.
So wondering what is the correct way to find out whether the page is fluid or classic.
Appreciate your help on this.