Dear all,
I have problem in getting the values from “Form A” to " Form B" form , (the both forms are different data source’s) i am using a grid in ( Form B) for getting that value but here that getting value record shown to all records in grid so I want a that getting value shown to individual record in grid.
for Sending value :
I am using clicked method of button in Form A
element.args().parm() for passing value .
for getting value in another form :
init() of form for getting that value so here Can I Mention that getting value should for specific record in grid.