garlapati
4th August 2022, 21:57
Hi i have a situation where in production the session does not have continue button on form but a user option.
when we run this session thru baan job the job is executing but the session does not executing i believe due to continue button non availability.
how to handle this situation and make the job execute the session without any modifications to solution?

GaryEd
4th August 2022, 22:08
Is it a custom session?

garlapati
4th August 2022, 22:45
Yes its a custom session

bdittmar
5th August 2022, 12:48
Hello,
try with

if job.process = true then
execute <your form command> or function within form.command
endif

Regards

garlapati
5th August 2022, 16:29
is it achievable without code change is what i am asking.
if code change i can just add the required logic.
but looking for workaround without code change

mark_h
8th August 2022, 14:44
I can't think of a way to do this in 4c4 without adding code. About the only thing I can think of is to change the start option on the session to run that user option. I am not even sure that will work - but I am also assuming it only runs in a job.

garlapati
10th August 2022, 23:23
thanks Mark