becks2203
18th October 2018, 07:58
Hi All,

I have one issue . There is one MMT session which has satellite session attached . The fields for satellite sessions are not mapped to MMT controller session,as the fields are not in Index is there a way through programming where when I click on first view or next view the data in satellite session should change accordingly with MMT controller session

giggty
18th October 2018, 13:47
This can be done with PRCM. Refer to this (http://www.baanboard.com/baanboard/showthread.php?t=71106) thread for example.

becks2203
22nd October 2018, 09:12
Hi,

Thanks for replying. PRCM notify will work if there is an update to any secondary tables but in my case I need only for first view next view buttons , I might be confused

giggty
22nd October 2018, 10:18
It works regardless of update or whatnot. In your case prcm.notify() is to be called inside choice.first.view: and choice.next.view: sections.

becks2203
20th November 2018, 08:28
Hi I was able to notify the prcm when ver i click on first set last set but how to update the query in the satellite session ??