cancel
Showing results for 
Search instead for 
Did you mean: 

Fire Outbound-Plug of Window in Componentcontroller

Former Member
0 Kudos

Hello,

i have defined a Component Interface Definition with an Interface-View (ZYEX_CID).

One WD component (ZYEX_C) implements this ZYEX_CID.

I have defined an additional outbound-Plug TO_X in Window inherited from ZYEX_CID.

In the component controller of ZYEX_C i fire this additional outbound-Plug (component controller of ZYEX_C uses the window controller).

At runtime an error is issued - outbound-Plug TO_X does not exit in ZYEX_CID.

Error occurs only if i use ZYEX_C in another WD-Component via interface ZYEX_CID.

Implementation of ZYEX_CID is provided via Application configuration.

If i use ZYEX_C directly (not via interface) error ist not issued.

Thanks.

Regards

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Just check the provided out bound plug is marked as interface plug . Then only you can fire this plug from the using component .