Tools table / column with the "Style Classes" info
Hi,
There is a lot of information in the Tools tables:
For example a record definition you create in Application Designer can be found in the tools table :
"select * from psrecdefn".
If you want a list of inactive XLAT-values that were made inactive (probably by you or someone else in your team):
select * from psxlatitem X where eff_status = 'I' and LASTUPDOPRID not in ('PPLSOFT') order by lastupddttm desc
Question: I am looking for the Tools table or the column where the Fluid "Style Classes" info can be found. Anyone has an idea where that info is stored in the database?