Show TOC

Function documentationDynamic Wiring

 

The Application Configuration Controller (AppCC) allows you to configure the replacement of user interface building blocks (UIBB). Replacing a UIBB also involves creating relevant wires to be in place for proper data transfer. For more information, see Wiring.

The AppCC framework does this automatically for the maintained replacement entry.

Features

Automatic Dynamic Wire creation happens for the following use cases:

  • Overview Navigation Wires

    If an overview screen replacement is requested in the AppCC configuration, then a fresh wire with a new UIBB destination is created based on the existing source UIBB wiring.

  • Detail Navigation Wires

    If a detail screen replacement is requested in the AppCC configuration, then a fresh wire with a new UIBB destination is created based on the existing source UIBB wiring.

  • Level Zero Wires

    The AppCC framework also checks for wires which could be connecting UIBBs belonging to the same page. In case of both - overview and detail UIBB replacement request - a fresh wire with a new UIBB source or destination is created.

  • Composite Overview UIBB Wires

    In case of a composite overview UIBB replacement, the AppCC framework also handles wiring for the content of composite UIBBs. This is achieved in the AppCC by a special entry called Replace Tabbed Overview. This entry refers to the new UIBB content which is valid with the new Tabbed Overview replacement maintained as a general replacement entry. This kind of entry is required for proper wire creation within the composite UIBB content.