...
The
search form field
of the typesdynamic-list
,auto-complete
provides the following operators (internal: TUK-5594):=
(equal) for the known search to find objects containing the entered term≠
(not equal) to find objects not containing the entered term
It is possible to configure in the file
extend.json
of the client only to offer object actions that can export a document file like downloading it or sending it via email with attachments for users with a specific role. (internal: TUK-4525)
Example configuration:Code Block { "requiredRolesExport": ["myrole1", "myrole2"] }