cancel
Showing results for 
Search instead for 
Did you mean: 

one view to anothere view

former_member498821
Participant
0 Kudos

hi

i have two view . in one view i have registration no . and another view i want get data . but now i am not getting data .

what can i do

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187452
Contributor
0 Kudos

Hi,

You can pass the values through the Outbound Plug of the view.

Regards,

Bharat

Former Member
0 Kudos

HI,

The registration number in one view did you mapped from controller context?

If yes then map the same field in context tab in the other view. Now Bind the

registration field in view 2 with the registration attribute from local context.

That should do it.

If you want to read the value go to code wizard and you can read it by just entering

the attribute name.

Regards and Best wishes.