...
The
search form field
of the typesorganization
,dynamic-list
, andauto-complete
provides the following operators (internal: TUK-5594, TUK-5544):=
(equal) for the known search to find objects containing the entered term≠
(not equal) to find objects not containing the entered term
The user is asked whether to export the CSV data of the hit list with the URL to the object. (internal: TUK-2723)
...
The auto-complete field resolves the placeholders
{clientlocale}
and{schemalocale}
which can be used for particular parameter values in the configured URL, e. g. (internal: TUK-5610):Code Block autocomplete/mycatalog?description=mydescr_{clientlocale}&myparam={schemalocale}
It is possible to configure in the
extend.json
file of the client to offer only 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"] }