abstract class %CSP.UI.Portal.Applications.Utils
parameter DOMAIN = "%Utility";
property msgConfirm
as %String [ InitialExpression = $$$TextJS("Are you sure you want to delete application '%1'?") ];
classmethod Delete(application As %String)
as %String
[ ZenMethod ]
Delete selected application now.
method ExecuteApplicationList(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo)
as %Boolean
Needed to ensure that ApplicationType is an integer
method doDelete(application)
[ Language = javascript ]
Delete selected application.
method doEdit(name)
[ Language = javascript ]