5.1Managing documents

In cmsWorks content is stored in documents of several types. A document type defines the purpose of documents of this type and also the number and types of input fields that are needed. A user with administration privileges can change them while the system is running.

A document type has a view name, a database name and an ID. Each field of the document type has a view name, a database field name and a field type.

The administration of document types is integrated in the cmsWorks editors desktop.

Admininstration in the cmsWorks main menu

Main menu -> Administration

All details of handling document types and properties are described in the users guides section Document types.

Property types

The property types depend on the configuration of the database. The following property types are currently in use:

Property typeDescription
INTEGERA number (integer) ranging between -2147483648 and 2147483647
DATEDate stores the date and time with an accuracy down to the second
STRINGUp to 254 characters as a string, stored in format UTF-8
TEXTFloating text property that is treated in the desktop using the richtext editor or displayed as grid
BLOBStoring an uploadable binary large object (blob) such as images, PDFs, etc.
LINKRepresenting a list of one or more references to other documents, useful for related resources etc.