Antonio Diaz

  • Total activity 252
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 14
  • Subscriptions 187

Activity overview

Latest activity by Antonio Diaz
  • Antonio Diaz created an article,

    How is the Used Size calculated?

      Besides the actual size occupied by the files you can see in Athento, the used size shown in the Admin Console includes: The size of each version you save of a document. Backup copies of the b...

  • Antonio Diaz created an article,

    How to add custom functionality in Athento?

    It is possible to add custom functionality to the tool. The main tool for adding custom functionality to Athento are operations or automation tasks. In addition to those that come out of the box, c...

  • Antonio Diaz created an article,

    Integration of Silk performance analysis tool

    The django-silk tool, allows to analyze the calls to the DB that are made, among others, and to take into account the performance problems when working. To be able to use this functionality: You m...

  • Antonio Diaz created an article,

    How to bulk deactivate users?

      To do a bulk deactivation of users: 1. Go to advanced administration 2. Go to the model "BulkUserDeactivate" 3. Click the button "+ Add bulk user deactivate" 4. In the field "CSV File", upload a...

  • Antonio Diaz created an article,

    How to associate an LDAP user to a computer?

    When integrating a user directory via LDAP we may need to assign users to a specific team. Since LDAP directories usually do not have the entity of the team, their assignment is done according to a...

  • Antonio Diaz created an article,

    How to create documents programmatically?

    To create documents programmatically, the following must be done:   Have the initial parameters, path of the binary and title. If the document to be created has no binary, path can contain the empt...

  • Antonio Diaz created an article,

    Can I use BOTs or RPA to further automate the use of Athento?

      Like any web technology, Athento allows the use of RPA. Keep in mind the following recommendations: When binding BOT actions on DOM elements, be sure to use HTML identifiers. If Athento does not...

  • Antonio Diaz created an article,

    How to import configurations from offline spaces?

    Athento allows the import of configurations between instances as shown in Exporting/Importing a space from a test environment to a production environment.   Occasionally, we may not have a direct c...

  • Antonio Diaz created an article,

    How to add or remove users from a group from an operation?

      From an operation, a user can be added to a group as follows:   from django.contrib.auth.models import Group, Useruser = User.objects.get(username='nombre_de_usuario')group = Group.objects.get(na...

  • Antonio Diaz created an article,

    Why don't you upload a CSV file for bulk upload?

    Athento has bulk upload mechanisms. In these cases, metadata is usually sent in a CSV file format. If there are problems uploading a CSV file, the following points can be checked: Ensure that the ...