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 HELPADDRESS = "Home,License Usage";
Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = "License Usage";
Displayed name of this page.
parameter RECENT = 0;
If true, register visits to this page in the recent list.
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 UpdateTableNavState(pFilter As %String, pPageSize As %Integer, pMaxRows As %Integer, ptableId As %String)
[ ZenMethod ]
Used to Save tableNavBar values, add MapType to the page name to distinguish the type for the page.
method doDetails(index)
[ Language = javascript ]
method filterChanged(tableId, value)
[ Language = javascript ]
User entered something in to the filter. Re-load the table with filter value.
method getOptionTitle(index)
[ Language = javascript ]
method navMaxRowsChanged(value, tableId)
[ Language = javascript ]
Overriden to add tabId and tableId to the page name to distinguish the type for the page.
method navPageSizeChanged(value, tableId)
[ Language = javascript ]
Overriden to add tabId and tableId to the page name to distinguish the type for the page.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method updateView()
[ Language = javascript ]
On auto-refresh, or after Resume or Suspend, reload page with the current tab selected.