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 “AG_Configurations“:
-
SCOPE_DATA_QUERY_PREVIEW_LIMITdefines 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 bylibs.ActionableInsightLibrary.ConfigurationUtils.getScopeDataQueryPreviewLimit().
-
-
Hardcoded in logics:
-
WatcherType -
CurrentStep -
CalculationType
-
MCP Tool Currency Symbol Support
Copilot agents support the display of local currency symbols when returning monetary values in the chat interface. The following MCP tools include currency symbol formatting for money values:
-
pricefx_acc_ag_get_agents_customer_transactions -
pricefx_acc_ag_get_datamart_product_transactions -
pricefx_acc_ag_get_datamart_customer_transactions
When these MCP tools return data, the currency symbol is determined as follows:
-
If the Datamart contains a Currency field, the tool uses the currency value from that field to display the appropriate symbol alongside money values.
-
If no Currency field is present in the Datamart, the tool falls back to the default Datamart currency.
This feature requires a compatible Copilot release that supports currency detection from MCP tools.