Versions Compared

Key

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

...

Code Block
languagegroovy
titleExample
def controller = api.newController()
controller.addLink("Open WaterfallQuote", controller.PAQC_CHARTDETAILS_WATERFALL_PAGE, null, "MyWaterfallChart"P-2529")
return controller

Note: This method is available from the 7.0 Bijou release and only in the Unity UI.

Link in a Result Matrix

Links to documents can be included in a result matrix. See an example of a dashboard logic element below, which demonstrates various format types in a result matrix, including a link to a Quote:

...