cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer of data between fields

Former Member
0 Kudos

Hello,

I have a question! I want to transfer some fields from a table of the selected line into inputFields of another view.

Table is configured with service call in Componentcontroller and the InputFields is also for a service call.

Regards,

mehrhardt

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For your selected line, on the Leadselection event, you can get the contents of the line, pass the values to the node that is mapped to the component controller.

Then in the other view, you can use the same node again to get back the values.

Mapping should be done properly.

So if the line in the table has 3 fields, all these 3 fields can be put to a node of Comp Controller.

Then this node needs to be bound both to view A and view B.

Hope it helps...

Answers (0)