Skip to main content
Version: 1.23.3

Global Attachments Widget

You can place the Global Attachments widget to the agent interface forms of any table. It allows users to add and manage files attached to records.

tip

To learn how to place widgets on forms see the Add Widget to Form article.

Widget appearance


The widget appearance and available elements depend on the widget configuration and whether there are files attached to the record.

Available elements:

  1. Drag files area.
  2. Upload button. The button opens the system file manager and allows users to select files to upload.
  3. Attachment window button.

Configure the widget


To learn how to configure widgets see Configure an option schema.

Schema option values of the Global Attachments widget

OptionDescriptionAvailable options
styleUse the option to pass inline style parameters to the widget and modify its appearance.
isReadOnlyIf set to true the widget becomes read-only. In this state users can only download the attached files. They cannot delete attached files or upload new ones. The Drag files area, upload button, and delete action are hidden. If there are no attachments, the No attachments placeholder is displayed.true, false
Global Attachments options example
{ "style": { "minHeight":"400px", "background":"blue" }, "isReadOnly":false }