jlr
- Total activity 289
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 195
Articles
Recent activity by jlr-
How can I send information from a document to an external web service?
Athento has an operation that allows calls to an external web service. This service will receive a JSON structure with the document's information, including lifecycle status, metadata, etc. This op...
-
How can I configure a button to execute operations on the list of related documents?
Athento allows, in the list of related documents, to add buttons with custom behavior. This is done with the datatable functionality to add buttons. In the case of Athento, the Javascirpt code must...
-
What does the managed instance service consist of?
Athento is a software offered as a service, and the subscription includes user support, but it does not include instance management or governance actions. For those customers who do not have the re...
-
Checklist: How to analyze a reported ticket?
Verify that we have the link to the document or page related to the error. Verify that we have evidence of the incident (screenshots, video, etc.). Verify that we have the Athento error log mess...
-
Basic Auth authentication for API user not working
If your API user authentication by Basic Auth does not work, please check: Try resetting the password. If your user is an active directory or Azure directory user, set the password in the Athento ...
-
How to execute an operation programmatically on a document?
If we need to execute an operation from code, it can be done as follows: doc.run_operation(UUID)
-
How to modify the binary of a document programmatically?
From an operation, we can change the binary associated to a document. This is possible by redefining the value of the "file" attribute. Example code when we have the exact path to the new binary ...
-
How to configure different authenticators in Athento?
The different authenticators in Athento are configured at different levels (settings, advanced interface, etc).In the case of framework level configuration, it is done by defining the AUTHENTICATIO...
-
How are permissions massively updated in spaces that have per-object permission assignment configured?
When we configure a space to have permissions per object, the permissions are given to each document at the time of creation. If we change the definition of the permissions (adding a new group, mod...
-
Why has the information available in an article been updated?
Athento's product and service documentation can be found in this knowledge base https://athento.zendesk.com/hc/es. Many of these articles define the conditions of service provision and use of the ...