YDocuContentType contains information about content types defined for document records. This information includes the name of the document type (such as Text or XML), file extension, and mime type. This table represents the Document Types block on the Document Types tab of the Document object definition.
Object: YDocuContentType (Y_DOCU_CONTENT_TYPE)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
|||||||
fileExtension |
FILE_EXTENSION (VARCHAR2) (50) |
File Extension (Document Types tab of Object Definition) |
x |
|
string (50) |
The file extension of this document type. |
|
|
iconFilename |
ICON_FILENAME (VARCHAR2) (50) |
Icon File (Document Types tab of Object Definition) |
x |
|
string (50) |
The name of the image file that should be used in TeamConnect to represent this document type. |
|
|
mimeType Before TeamConnect 3.3 SP2: mimeTypeString |
MIME_TYPE_STRING (VARCHAR2) (50) |
Mime Type (Document Types tab of Object Definition) |
x |
|
string (50) |
The mime type that should be used for documents of this type. |
|
|
name |
NAME (VARCHAR2) (50) |
Document Type Name (Document Types tab of Object Definition) |
x |
|
string (50) |
The name of the document type, as it should appear in the Documents screen. |
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
int |
The unique ID of the document type. |
|
|
version |
VERSION (NUMBER) |
|
x |
|
int |
Indicates how many times the document type has been updated. |
|
|