Hi,
I have personalised Exit option: EXIT button it's not available and the X button in the top right corner of the form is exiting the job. The problem is that, when press OK button on Exit popup window, job is closing down and remains in the queue as expected[/quote][/code], but when click Cancel button or the small X button on the popup window, then window closes and job is being Completed instead of just window closing and form stays open.
I've attached the page Events and have JS functions to provide for review if need to be.
Please advise.
Kind regards
Kat
I have personalised Exit option: EXIT button it's not available and the X button in the top right corner of the form is exiting the job. The problem is that, when press OK button on Exit popup window, job is closing down and remains in the queue as expected[/quote][/code], but when click Cancel button or the small X button on the popup window, then window closes and job is being Completed instead of just window closing and form stays open.
I've attached the page Events and have JS functions to provide for review if need to be.
Please advise.
Kind regards
Kat
Attachment
RE: Exit popup window issue
Is there any reason why the form has onWorkitemExit event handler? The best practice is not using the event unless you need a special handling when workitem handler window closed. I have never used the event handler in many BizFlow projects. Try to remove the event handler.
Taeho
RE: Exit popup window issue
Thank you for your reply, I actually have to change that process as I need a special handling to able to terminate the job while pressing the exit button. Is there anyway to switch off that build-in Exit popup window and replace it with my own alert?
RE: Exit popup window issue
Have you tried asking BizFlow support about this?
From what you are describing, it sounds like the close button and associated popup message are part of the BizFlow Workitem Handler that contains the WebMaker form.
If this is the case, then the BizFlow team would be the best ones to advise you on this.
Regards,
Gerard.
RE: Exit popup window issue
RE: Exit popup window issue
I experienced a similar issue. I'm going to check with the support team. I look forward to have this fixed Asap.