Administration includes setting the system properties, managing attachment records, setting ACL rules, and monitoring the system logs.
Configuring attachments properties
To set up attachment properties, please perform the following steps:
- Navigate to System Properties → All Properties.
- Find the property record you need using the list search boxes or the Condition Builder and open it.
Edit the Value field.
Click Save or Save and Exit to apply changes.
Attachment record
When you upload a file, a record is created in the Attachment (sys_attachment) table. To reach these records, please navigate to Attachments → All Attachments.
Attachment record form fields
Field | Mandatory | Description |
---|
Document record | N | Displays the name of the record to which the file is attached. Field type: Document ID. |
File Name | Y | Defines the file name. |
File Path | N | Specifies the absolute file path on the server. |
Size Bytes | N | Defines the file size in bytes. |
MIME Content Type | Y | Specifies the file content type described with the MIME standard. |
Is public | N | This attribute displays that this attachment has a permanent link and is available to public access. Refer to the Attachment article to learn more about attachment links. |
Attachment logging
The system logs all operations (except for reading) in the Main Log (sys_log) table. Operations related to attachments have the Source field value equal to Attachment. Navigate to System Logs → Main Log.

If any errors or exceptions were thrown during the attaching process, they can be found in the Exception Log (sys_log_exception) list. Navigate to System Logs → Exception Log.
Refer to the Logging article to learn more.
Access to attachments
You can restrict operations on image columns for users with specific roles or meeting other requirements with the Access Control List (ACL).
To restrict access, perform the following steps:
Navigate to System Security → Access Control (ACL).
Click New and fill in the fields.
In the Column field, select the image column you need to secure.
Click Save or Save and Exit to apply changes.
As a result:
- There will be restrictions on creating, editing, and/or reading columns in a specific table.
- The specified rules will be applied to the portal forms as well.
The table below describes the effects of the operation restrictions on an image field:
Operation | Description |
---|
create | The field is not displayed on a new record form and appears after saving the record. |
read | The field and its contents (attached files) are hidden. |
write | The field is read-only. |
See the ACL and Role Structure articles to learn more about access limitations.