JDocuContent represents the contents of a document uploaded to TeamConnect, including the actual file and its file extension.
Object: JDocuContent (T_DOCU_CONTENT)
Attribute |
Database column name |
End of path |
Bridge |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||
data |
DATA (VARCHAR) |
x |
|
data |
The actual content of the corresponding uploaded file. |
|
|
documentType |
DOCUMENT_TYPE (VARCHAR2) (50) |
x |
|
string (50) |
The file extension of the document. Note: The preceding period (.) character is added to the file extension, for example, .txt. |
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
x |
|
int |
The unique ID of the content of a file uploaded to TeamConnect. |
|
|
version |
VERSION (NUMBER) |
x |
|
int |
Indicates how many times the file content has been updated. |
|
|