Description
The table contains the name, description, and details of the files you have stored in Shared Documents.
Columns
The table contains the following columns:
FileId : int, primary key, allows null: no
The unique numeric identifier of the item.
CheckedOutBy : int, allows null: yes
If locked, the ID of the user who locked the item.
CompanyId : int, allows null: no
The column is reserved for system use only.
Custom1..Custom10 : varchar (max 8000 chars), allows null: yes
The values of custom fields 1 - 10.
These columns correspond to fields that can be available for rich editing.
DateCheckedOut : datetime, allows null: yes
If locked, the date the item was checked out.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DateCreated : datetime, allows null: no, default: Current date and time
The date and time when the item was created.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DateUpdated : datetime, allows null: no, default: Current date and time
The date and time when the item was last updated.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DeptId : int, allows null: no
The ID of the department that owns the file.
Description : varchar (max 2000 chars), allows null: yes
The description of the shared file or document.
This column corresponds to a field that can be available for rich editing.
FASTCommunityId : char (max 5 chars), allows null: yes
The column is reserved for system use only.
FASTProjId : char (max 5 chars), allows null: yes
The column is reserved for system use only.
FileFormatCode : varchar (max 100 chars), allows null: no
The type of the shared file (Text, ZIP, and so on).
FileName : varchar (max 255 chars), allows null: no
The file name of the shared document.
FileNameZipped : varchar (max 255 chars), allows null: yes
The name of the zipped version of the file, as stored on the server.
FileSize : varchar (max 15 chars), allows null: yes, default: 0KB
The size of the shared file or document.
FolderId : int, allows null: yes
The identifier of the folder where the item resides.
Grouping : varchar (max 50 chars), allows null: no
The group that contains the item. Group names are specified in a choice list. The values of the choice list are stored in the Validation table. They correspond to the items whose values equal FEGroup in the ValidationType
column.
HomeAddress : varchar (max 50 chars), allows null: yes
The column is reserved for system use only.
IsRemote : char (max 1 char), allows null: yes, default: N
The column is reserved for system use only.
Keywords : varchar (max 200 chars), allows null: yes
A list of keywords used to search for the item.
ProjId : int, allows null: yes
The identifier of the project that contains the item.
ShowDocsTo : varchar (max 30 chars), allows null: yes
The column is reserved for system use only.
StatusCode : varchar (max 100 chars), allows null: no
The status of the document (Final or Preliminary).
Subgrouping : varchar (max 50 chars), allows null: yes
The subgroup that contains the item. Subgroups are specified in a choice list. The values of the choice list are stored in the Validation table. They correspond to the items whose values equal FESubgroup in the ValidationType
column.
Title : varchar (max 100 chars), allows null: no
The title of the item.
UpdateUserId : int, allows null: no
The ID of the user who last updated the item.