Configuration (Actionable Insights)

The configurations can be provided from 2 sources and stored in the global cache and can be accessed by libs.ActionableInsightLibrary.ConfigurationUtils.

  • Company Parameter table “ActIn_Configurations“:

    • SCOPE_DATA_QUERY_PREVIEW_LIMIT defines the data query limit when showing the preview data in the Scope Data step. A null value means no limit is applied. It can be accessed by libs.ActionableInsightLibrary.ConfigurationUtils.getScopeDataQueryPreviewLimit().

    • ACTION_CREATION_LIMIT sets the default limit of created Actions. If there are more Actions detected, only a single Action is created aggregating all detected insights.
      There is a hardcoded system limit of 500 actions. If a value set in this configuration exceeds this limit, it is reset to 500.

  • Hardcoded in logics:

    • WatcherType

    • CurrentStep

    • CalculationType

Â