cancel
Showing results for 
Search instead for 
Did you mean: 

data reflection

Former Member
0 Kudos

Hi,

Problem is :

the date range which I give in the first view

must be reflected in the second view.

ex. 1st view

from date : 20/10/05 to date : 21/10/05

2nd view

list of orders from <20/10/05> to <21/10/05>

Can anyone throw some light on how to do this .

Best Regards

kamlesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kamlesh,

You can pass this data from view1 to view2 through either data mapping or as plug parameters:

1) For data mapping, create the same date nodes in the component controller & in the second view. Then you can mapp the values from the firstview to the secondview through the component controller.

2) Define two parameters of type date in the outbound plug from view1 as well as in the inbound plug of view2. Now in the plug method of view1, set the corresponding values, which you can retrieve it in the inbound plug method of the second view.

Hope this helps,

Best Regards,

Nibu.