mbdave
19th April 2007, 15:37
Hi friends

How to refresh satellite session when i do changes in MMT session.
both the scripts are different for MMT and sateelite.

Suppose i click a button on MMT session (Table tdsls400)
by which some data in satellite (Table tdsls401) gets updated.
I want to refresh that data how can i do.

I wrote every function from execute(find.data) ...etcbut its not happening.

ARijke
19th April 2007, 17:01
Use prcm.notify("tdsls401") in the script where the update is done.
Use prcm.register("tdsls401") in the before.program of the satellite script.

Regards, Adriaan

mbdave
20th April 2007, 10:09
Hi

but my before.program will never fire of satellite,
i wrote the above code as u told but its not working

NPRao
20th April 2007, 11:01
Mahesh refer to the section - "Handling Notifications" at the link - Process Change Manager Code Examples (http://www.baanboard.com/programmers_manual_baanerp_help_functions_prcm_examples)

mbdave
3rd May 2007, 08:14
Very Very thanks to you all guy for giving me such woderful solution
it working very well.


Thanks and Regards
Mahesh Dagla