I was told month ago that it couldn't be linked to a button on a VFE form.
Brian
OK, not sure what that button does, but since I am often interested in a challenge...
Is it a Crystal Report? If so, or could be made into a Crystal Reports, then VFE buttons can run command line commands.
Find location of Crystal Reports, and this may not be easy to determine if on a location that can be seen by the GE Server, but maybe possible.
For me (and likely the first hurdle) it is installed on local PC
C:\Program Files (x86)\Business Objects\Crystal Reports 11.5>
And then to run it, the application is crw32.exe and assuming report is called report.rpt
then
C:\"Program Files (x86)"\"Business Objects"\"Crystal Reports 11.5"\crw32.exe C:\report.rpt
Again, this is all theory, but if you had an install of Crystal Reports on a server accessible from GE CPS, then rather than the C: you would have a server name.
And while not tested, since I do not need this myself, just wanted to share a possible approach.
It doesn't seem to be a crystal report. It is querying off a website to check for patient's prescription nationwide i believe. The URL is setup in go setup settings which is https://pmpgateway.net/v5/patient but when it lunches from the button you can't see that exact URL. I've opened a ticket with support to see if I can get any further insight into what exxactly is happening.