Internal Link

This plugin displays a button that redirects to internal BPC modules.

internal link

Configuration

The configuration parameters are described below:

  1. ui: Determines the visual representation of the button (e.g. secondary, primary).

  2. text: Label for the button (is translated).

  3. iconCls: CSS class for the Font Awesome icon of the button.

  4. forceNewInstance: Specifies whether a new instance should always be created when the module is opened.

  5. targetInstanceId: Target instance to which the button links (internal module in the BPC).

  6. moduleConfiguration: Optional configuration block for transferring additional parameters to the target module.

Example configuration
{
    "ui": "secondary",
    "text": "CORE_LINK",
    "iconCls": "x-fal fa-external-link",
    "targetInstanceId": "auditlog",
    "forceNewInstance": false,
    "moduleConfiguration": {}
}

Keywords: