Hi,
I have 3 views:
View A: contains the roadmap (Plug to view b and c)
View B: Plug to view C and A
View C: Plug to view A
When i fire the plug from b to c, I want on that moment that an action I defined in view A to be triggered. What code do I need to use to trigger the action/event on view A.
Thanks
S.,
Say you have in view B plug OutboundB2C. The plug is linked with inbound plug of view C.
Now create inbound plug in view A and link OutboundB2C with this ne plug. Afterwards place in inbound plug handler of view A code that invokes action handler.
Valery Silaev
SaM Solutions
Add a comment