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 %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String)
as %Status
Get information to display in the ribbon bar.
Make appropriate choices for Production Delete.
method btnOK()
[ Language = javascript ]
Attempt to delete the specifed production.
method btnView()
[ Language = javascript ]
View the configuration diagram for the specifed production.