Samuel Lopez
- Total activity 91
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 46
Activity overview
Latest activity by Samuel Lopez-
Samuel Lopez created an article,
How to configure your own domain to send e-mails from Athento services?
If you need to configure a domain to send emails from Athento services and you do not have an SMTP server, the configuration will be done as follows: Request to soporte@athento.com the inclusion...
-
Samuel Lopez created an article,
¿Qué significa el correo «Nuevo acceso a su cuenta»?
In some occasions, Athento will send an email notifying that an access to your account has been detected. This email is generated when the use of a different browser, operating system or IP address...
-
Samuel Lopez created an article,
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...
-
Samuel Lopez created an article,
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...
-
Samuel Lopez created an article,
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...
-
Samuel Lopez created an article,
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 ...
-
Samuel Lopez created an article,
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)
-
Samuel Lopez created an article,
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 ...
-
Samuel Lopez created an article,
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...
-
Samuel Lopez created an article,
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...