Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below are examples of hyperlinks for finMobile graphics. The bold and blue text is what would need to be modified to work with your project.

FIN Mobile Graphics

Info
(for specific graphic remove #targetRef=id)

var mainWin = window.parent;

try {
mainWin.app.LoadApplication ("/finMobilefin5/projName?projectRef=@graphicId#targetRef=@targetId&title=showSettings")
} catch (err) {console.error(err)}

...

try {
mainWin.app.OpenScheduleWithIdAndRef ("@scheduleId")
} catch (err) {console.error(err)}

Schedule - by Target

var mainWin = window.parent;


try {
mainWin.app.NavigateToApp(mainWin.app.APP_NAMES.SCHEDULES, "@targetId");
} catch (err) {console.error(err)}

Historian

var mainWin = window.parent;

...