Skip to main content

EnsPortal.ProductionDelete

class EnsPortal.ProductionDelete extends EnsPortal.Template.standardPage

StartProduction

Method Inventory

Parameters

parameter CSSINCLUDES = ensemble/Ensemble_Wizards.css;
Inherited description: Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
parameter PAGENAME = Production Delete;
Displayed name of this page.
parameter RESOURCE = %Ens_ProductionConfig:WRITE;
User needs WRITE permissions on the %Ens_ProductionConfig resource to view this page.

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
method DeleteProductionJS(pProdId As %String) as %Boolean [ ZenMethod ]
This method deletes the specified production and returns a status that JavaScript can understand.
method OnGetRibbonInfo(Output pDisplay As %Library.Boolean, Output pViewIcons As %Library.List, Output pSortOptions As %Library.List, Output pSearchBox As %Library.Boolean, Output pRibbonTitle As %Library.String, Output pCommands As %Library.List) as %Status
Get information to display in the ribbon bar. Make appropriate choices for Production Delete.
clientmethod btnOK() [ Language = javascript ]
Attempt to delete the specifed production.
clientmethod btnView() [ Language = javascript ]
View the configuration diagram for the specifed production.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab