Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PFUN-15678

...

Code Block
languagegroovy
titleExample
def controller = api.newController()
controller.addLink("Open Quote", controller.QC_DETAILS_PAGE, "P-2529")
return controller

Note:

  • This method is available from the 7.0 Bijou release and only in the Unity UI.
  • Only Dashboards, Quotes and Agreements & Promotions internal page tokens are supported in old Ember Dashboards for the controller.addButton method.

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:

...