Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PFUN-27083

...

  • 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.
      (info) In version Caribou Lou 14.0, a typo in the dashboardTypedId variable was corrected. To maintain backward compatibility, both variants are supported and will function fully. You can use either dashboardTypedId or dashboardTypeddId.

    • 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.

...