The Diffrent Modules

The Axelor application has a total of 17 modules

The Axelor application comprises seventeen distinct modules, categorized into four types. instant triggers, CRUD actions, DMS actions and Generic actions.

Modules

  1. Three triggers :

    • Watch a New record

    • Watch New / Updated Records

    • Instant deleted record

  2. Seven action for CRUD (create, read, update, delete) :

    • Find records

    • Search records

    • Create record

    • Read a record

    • Update record

    • Create / Update record

    • Delete record

  3. Five actions for DMS (document management system) :

    • File listing

    • List attachments

    • File download

    • Upload file

    • Add attachment

  4. Two generic actions :

    • Run action

    • Make an API Call