Hello,
What I am doing is converting a process to be run as headless client, where previously it was running as a form process (User clicks, it starts, and run).
Now issue is, during that process "event" is used on multiple occasions and previously event used to come from the click that user used to do TO start the process. now as I am running it as headless client, there are no clicks so how to handle that "event" parameter?
1) event.getFormName() is used in my process. but when there is no triggering event, how am I suppose to create the same effect so the process can run without drastic changes.
2) I tried creating JSEvent but obviously that will not have the properties, it will be a null event.
Please let me know if I am not clear or if I am missing a basic point, I am only 3 months experienced with Servoy. I will explain this more if required.
Thank you.