Hemant3498
21st July 2011, 11:35
Hi all,
I have a question about MMT session in infor ERPLNfp3:
There are 4 satellites in a MMT session
Now if i hit a form command on the first satellite then after clicking on it i want to display other satellite session.
is this possible?

_Ralph_
22nd July 2011, 16:47
This is not possible using regular functions but there is a workaround.

You should use Process Change Manager functions (prcm.register, prcm.notify) to make the sattelites and the Main session interacts.

Whenever the Main session is notified you can use the functions enable.satellite and disable.satellite to set the correct focus on the satellite you want to point.

it's ugly, but it works =)

Hemant3498
25th July 2011, 08:56
Thanks Ralph