Page for configuring the link to the Message Bank for the current namespace.
The data required to build the link are stored in ^Ens.MsgBank("Link"). If no data is present in that node,
the code will attempt to retrieve the data from the nodes used by the Message Bank client code, and copy those
values into the "Link" data location.
classmethod GetHyperEventResources(pMethod As %String = "")
as %String
Callback to return a list of resources required for a specific HyperEvent.
The user must have sufficient privileges on one of the resource/permission pairs
to be permitted to execute the hyperevent. An empty string implies the user already
has sufficient privileges for the ZenMethod specified in pMethod.
Build the constituent parts of the link into a single URL.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status