PSPROJECTITEM Objects list for 8.59.12 tools
We are in process of finding the objects from PSPROJECTITEM table something similar to below SQL for 8.58.12 tools specific. Could you please help us in providing the SQL
SELECT DISTINCT PROJECTNAME,
DECODE(OBJECTTYPE,
'0',
'Record',
'1',
'Index',
'2',
'Field',
'3',
'Field Formats',
'4',
'Translate',
'5',
'Page',
'6',
'Menu',
'7',
'Component',
'8',
'Record PeopleCode',
'9',
'Menu People Code',
'10',
'Query',
'11',
'Tree Structures',
'12',
'Tree',
'13',
'Access Groups',
'14',
'Colors',
'15',
'Styles',
'16',
'Business Process Map',
'17',
'Business Process',
'18',
'Activity',
'19',
'Role',
'20',
'Process Definition',
'21',
'Server Definition',
'22',
etc fields. I couldn't find for below objects
Delimited Documents
Documents