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.
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
Saves license server. pProxy.OldName not null indicate this is a modify.
method afterSave(result As %ZEN.proxyObject)
[ Language = javascript ]
This method can be called by the doSave() function to handle what the ZenMethod of server Save returned.
The method expects a proxy object to be passed.
result.ok = 1 indicates save is successful. result.Message is a message (not an error message) that should be displayed.
result.ok = 0 indicates save has failed. result.ErrorMessage should be displayed.
If result.ok = 1 and result.Message is null then the edit form is closed and the ParentURL is displayed.
method browseSelect(name)
[ Language = javascript ]
User clicked the Browse button.
method doCancel()
[ Language = javascript ]
Cancel the current edit - hide edit form.
method doDelete(name, address, port)
[ Language = javascript ]