...
conditionToShow – The placeholders provide data from the CalculationResult of the logic element, such as:
resultType
(string) – Constant’s value from CalculationResultType.result
(Map) – The actual object returned from the logic element, represented as Map.
contextLinking – Variables will be provided by the frontend. The following variables/placeholders can be used:
dashboardName
(String) – Unique name of the dashboard as defined in the dashboard configuration.dashboardInputs
(Array<Map>) – List of input field names and their values.dashboardTypeddId
dashboardTypedId
(String) – ID (with type) of the dashboard. Could be used, for example, in the target page to provide a link back to the original dashboard.
In version Caribou Lou 14.0, a typo in thedashboardTypedId
variable was corrected. To maintain backward compatibility, both variants are supported and will function fully. You can use eitherdashboardTypedId
ordashboardTypeddId
.dashboardPreference
(Map) – User preferences used for displaying the dashboard.portletName
(String) – Name of the portlet is given by the name of the logic element which provided its content.portletLabel
(String) – Label of the portlet is given by the label of the logic element which provided its content.
...