Skip to main content

%CSP.UI.Portal.Config.AdvancedTable

abstract class %CSP.UI.Portal.Config.AdvancedTable extends %CSP.UI.Portal.Template

Template for System Management Portal - Configure a large group of settings that are defined in one class, such as Config.Miscellaneous, Config.Startup and Config.config (for advanced memory)

Property Inventory

Method Inventory

Parameters

parameter AUTONS = 0;
Do not switch namespace for this page: it needs to stay in %SYS
parameter CSPURL = /csp/sys/mgr/%CSP.UI.Portal.Config.AdvancedTable.zen;
Inherited description: This parameter is used to make sure that if multiple CSP applications are mapped to the same namespace that the CSP engine can correctly identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined in the CSP application) then you can only access this page if the url exactly matches this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter EMSSERVICE = Config;
parameter RESOURCE = %Admin_Manage;
Security requirement

Properties

property ConfigClass as %ZEN.Datatype.string;
Name of the current configuration class
Property methods: ConfigClassDisplayToLogical(), ConfigClassGet(), ConfigClassIsValid(), ConfigClassLogicalToDisplay(), ConfigClassLogicalToOdbc(), ConfigClassNormalize(), ConfigClassSet()
Property methods: HelpLinkDisplayToLogical(), HelpLinkGet(), HelpLinkIsValid(), HelpLinkLogicalToDisplay(), HelpLinkLogicalToOdbc(), HelpLinkNormalize(), HelpLinkSet()
property Subject as %String;
Subject name for the setting page.
Property methods: SubjectDisplayToLogical(), SubjectGet(), SubjectIsValid(), SubjectLogicalToDisplay(), SubjectLogicalToOdbc(), SubjectNormalize(), SubjectSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Be sure to do ##super() when overriding.
method DrawTable(pSeed As %String) as %Status
Draw HTML for the table. pSeed = "Memory" or "Miscellaneous" or "Startup"
clientmethod editItem(tRow) [ Language = javascript ]
User clicked Edit. Go to Edit page.
clientmethod helpItem(tRow) [ Language = javascript ]
User clicked Help. Build the help link and open popup.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab