Using version 8.0.12 and using Vision not perspective. I have a project that sends an e-mail to a person or persons.
They would like a link in that e-mail to open the ignition project up to a predetermined screen for them to take action. With the new vision client launcher this now seems to be different than the previous versions of ignition.
JNLP links are not available in java any more. If that is what you were using in v7.9, you’ll have to change your expectations. In fact, the only way to have a link launch a Vision Client would be to create and register a URI handler (custom executable) for your systems. That handler would have to be smart enough to take URL query parameters and turn them into startup properties for client tags.
Good luck.
{ This trivial in Perspective, of course. }
1 Like