sachinbaan
13th February 2014, 15:13
Hi,
i am having MMT session with 2 satelite session.
on the selection of record in first satelite session , i want the selected value in another satelite session.
thanks & Regards,
Sachin
bhushanchanda
13th February 2014, 19:14
Hi,
You can use prcm.* functions to communicate between both the satellite sessions. Like, you can pass the current marked record to the next satellite session and use mark.* functions to select the related record. You will need to play around with that a bit.
Refer this (http://www.baanboard.com/programmers_manual_baanerp_help_functions_prcm_examples) to start with it.
sachinbaan
14th February 2014, 05:28
hi,
sir our MMT session doesnt have main table, whole session is working on form fields only,
now my actual req. is:
when i mark a record in first satellite, then i want value of selected record.
and according to this value i want to dispay related record to the second satellite session.
we tried inport & export but works only first time, so let me know which event is triggered when i switch between satellite.
regards,
Sachin