sukesh75
9th May 2008, 10:46
Hi Guys,
Two questions...
Question1:
Is it possible to activate a subsession while calling its main session from command line and pass parameters to the subsession?
Scenario: I want to activate the Global Update (a subsession activated from Maintain Deliveries session) for a series of sales orders passed through parameters (the "From" "To" kinds)..

Question2:
If the above is possible, then how to get over the Continue (Yes/No) question that you get once you get the above to run?

Things to note:
*No development license and so no access to session scripts..

Possible?
sk

sukesh75
15th May 2008, 09:08
Many views but no reply, shall i take the answer as "not possible" ?

sk

NPRao
16th May 2008, 04:00
Is it possible to activate a subsession while calling its main session from command line and pass parameters to the subsession?
I am inclined to say Yes. Refer to the threads for more ideas -

how to pass parameters to baan session thrugh a shell (http://www.baanboard.com/baanboard/showthread.php?t=5600&highlight=argc)

Run session on Server (http://www.baanboard.com/baanboard/showthread.php?t=44363&highlight=argc)

*No development license and so no access to session scripts..
I am not sure if you can create any programs if you do not have development license. But if you can make a 3-GL activation program which can call the AFS of Maintain Deliveries session you can do it :)
If the above is possible, then how to get over the Continue (Yes/No) question that you get once you get the above to run?
If you use AFS wrapper then you can set the default/expected response.

Alternatively, you might have to explore if there is any way to use the 'C' Interface. Refer to the threads -

Monitoring logged in Users (http://www.baanboard.com/baanboard/showthread.php?t=8604&page=2)

License (http://www.baanboard.com/baanboard/showthread.php?t=8098&highlight=ci_server)

sukesh75
17th May 2008, 15:22
Thanks Rao.

sk