sys_title field

Which table has the value for the sys_title fields for content items?
I cant see it in the content types table.

manvinder

Manvinder,

The sys_title field is in the system definition.

RLJII

If I need to read the value of sys_title field thru my SQL, what table should I link it to?

Manvinder,

The values for this field are stored in the TITLE column of the CONTENTSTATUS table.

RLJII