Member Junction
    Preparing search index...

    Single shared DriverClass for all auto-generated integration actions.

    Every pre-generated integration action uses DriverClass='IntegrationActionExecutor' and stores its routing info in the Action.Config_ JSON field. The executor also supports a generic catch-all mode: when Action.Config_ is empty, it reads IntegrationName/ObjectName/Verb from ActionParams instead, so a single generic action can do CRUD on ANY object without pre-generation. At runtime this executor:

    1. Parses Config JSON from the Action entity (or, when absent, from ActionParams)
    2. Resolves the correct connector via ConnectorFactory
    3. Resolves the CompanyIntegration for the current user/company
    4. Maps ActionParams → connector CRUD context (field attributes)
    5. Dispatches to the appropriate connector method (Get/Create/Update/Delete/Search/List)
    6. Maps results back to output ActionParams

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods