...
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 object actions that can export a document file, like downloading it or sending it via email with attachments for users with a specific role. Without this configuration, all users are provided with these features which is the default. (internal: TUK-4525)
Example configuration:Code Block { "requiredRolesExport": ["myrole1", "myrole2"] }