cancel
Showing results for 
Search instead for 
Did you mean: 

Wiring Model between UIBB

Former Member
0 Kudos

Wiring helps us create connection between 2 UIBB or say one Source and multiple target .

If we have situation where 3 or more UIBB are there and data is required across different UIBB i.e FORM1 , List and FORM2 .

FORM2 to have data from FORM1 and LIST .And then FORM1 to have data from LIST+FORM2.

What is best approach to achieve this

Accepted Solutions (0)

Answers (1)

Answers (1)

jens_boeckenhauer
Active Participant
0 Kudos

Hi Deepa,

Wiring is suitable to communicate user interactions triggering the data flow, i.e. in a master detail pattern, the lead selection in a (master) List UIBB controls the data shown in the (detail) Form UIBB. Such data flows are in almost all cases one-directional and have a unique source. (This is independent of the fact that both UIBBs can show joint fields so that a field value in the selected list row fie may also adjust when the user changes the value of an input field in the detail form.)

If you have really bi-directional data flow (which is typically hard to understand for the user), wiring is not suitable.

Regards, Jens