method DeleteID(pProdName)
as %String
[ ZenMethod ]
Delete this production (identified by id) then refresh.
Accounting for Source Control if applicable.
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.
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
Get information to display in the ribbon bar.
classmethod ProductionExists(id)
as %Boolean
[ ZenMethod ]
method doConfigure()
[ Language = javascript ]
Correctly encode the URL for the production name before linking to the configuration page for a production.
This is required to be able to configure productions with non-English Latin-1 characters in their names.
method doDelete()
[ Language = javascript ]
method doDocument()
[ Language = javascript ]
Correctly encode the URL for the production name before linking to the documentation page for a production.
This is required to be able to configure productions with non-English Latin-1 characters in their names.
method doExport()
[ Language = javascript ]
method doNew()
[ Language = javascript ]
Invoke the new production wizard just like in EnsPortal.ProductionConfig
method onPopupAction(popupName, action, value)
[ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.