Hello,
I have a third party CRM system which I would like to integrate with. I really want to launch into a particular record from my
java app.
The system includes notifications where the following text file is sent...
... with a file name of my.prospectproblem where .prospectproblem is associated with the program.
I have two problems, the first is I need to know how to pass this to the program without creating the file if possible and secondly how to prevent the program launching twice.
I realise this might involve a step into the native code but any pointers would be great.