pprabhulkar
3rd March 2011, 19:36
We need to run some jobs at the end of every month, but before running it we have to change date/fiscal period(have to make some month end date i.e 31st march 2011 etc) manually present on session/form which was llinked to Job.
For example job xxxxxx has 100 sessions linked to it then we have to change date/fiscal period for that 100 sessions manually & then click on Change job button and then we need to schedule it in crontab.
We need to do the above procedure for many jobs, in that for many sessions, & for every month.
Please help.....Is there any automation possible for above case which will avoid tedious manual work?

Thanks in Advance,
Prashant

mark_h
3rd March 2011, 22:02
See if this thread (http://www.baanboard.com/baanboard/showthread.php?t=9261) helps. I just searched on change job parameters.

Hitesh Shah
4th March 2011, 18:10
In baan IV we have a session created where in users can define the period offset for unequal periods like fortnight , month , quarters etc for each session in a job and we put this session in job just before the actual report session so that date / period parameters (like trial balance ) are changed just before the job execution based on system date.

The additional session in turn modified the job parameters in ttaad503 on the lines of link posted by Mark .

U can check link push intelligence through baan jobs (http://www.erpjewels.com/Jobmngmt.htm) for more info on this.

pprabhulkar
5th March 2011, 15:52
Thanks Mark & Hitesh for providing such a useful information.