To work with the documents on activities
Operating mode
Cloud Suite
|ON-PREMISES
Modules
Services & CRM
Budget & Phases
Purchases
Resource Planning
Business Intelligence
All documents in Vertec are stored via Activity. This means that the documents are always found on an activity and the handling of the documents takes place via the respective activities. In the System Settings it is possible to decide whether the documents are stored
If the document storage is set to Internal in the system settings, documents are saved on the activities and thus directly in the Vertec database.
The base path will not be shown on the activity:
If no document exists, you can select a document from the file system using the button with the 3 dots. This will then be saved in Vertec and the file name will be shown here.
If a document exists, the file name is shown here. It is also shown as a preview on the Document page:
Word or PDF documents as well as from Vertec 6.7.0.5 files of the formats .png
, .jpg
and .bmp
supported. Documents in other formats are managed in the same way, but there is no preview available.
The buttons below have the following features:
Bearbeiten
on Bearbeiten beenden
and the document is locked from other users (see section below). When editing is exited and the document is closed, click Bearbeiten beenden
to approve the document in Vertec.doc
and docx
shown.In the Web App , instead of Bearbeiten
, Speichern
and Als E-Mail senden
the button Download
available.
To prevent multiple users from opening or editing the same document at the same time, the document is locked as soon as it is opened by one user. The button Bearbeiten
changes to Bearbeiten beenden
. If the document is now opened by another user, the message appears:
Das Dokument wird bereits bearbeitet (User). Bei gleichzeitiger Bearbeitung können Änderungen verloren gehen. Möchten Sie das Dokument trotzdem bearbeiten?
If more than one user edits the document, the last to save the document wins. Datum may be lost.
After editing the document, the user can edit it on the activity via button Bearbeiten beenden
approve again. Without manual approval of the document, it remains locked for other users.
The following user rights are used for editing and displaying internally stored documents:
Aktivitaet.DocumentFullName
.Aktivitaet.DocumentFullName
. Note: For email activities, no document name is displayed, even if you have read permission.Aktivitaet.documentdata
needed.Aktivitaet.content
exists.The documents on activities are stored in a DocumentData
Object that is attached to the activity.
The corresponding link is Aktivitaet.documentData
- DocumentData.owningEntry
.
The DocumentData
Object has a member named Data
(blob) in which the document is saved.
For easier access via Python, there is the activity attribute directly on the derived content
, from which the document can be read. The name of the document is also on the activity in the member documentFullName
deposited.
In addition, the following Python Features can be used to feature document handling:
vtcapp.sendfile(argobject.content, argobject.documentfullname, showsavedialog=True)
activity = argobject activity.documentsize = 0 activity.documentfullname = "" activity.documentmodifiedon = None activity.documentdata.delete()
If the Document Storage is set to file system or DMS in the system settings, the handling is as follows:
At the bottom of the activity there are two fields: