Skip to main content

%CSP.UI.Portal.Contact

class %CSP.UI.Portal.Contact extends %ZEN.Portal.standardPage

Contact page for customer to report a new WRC issue

Property Inventory

Method Inventory

Parameters

parameter JSINCLUDES;
Do not include "zenMenusSMP.js" from %ZEN.Portal.standardPage
parameter PAGENAME = Contact WRC;
Displayed name of this page.

Properties

property WRCNumber as %ZEN.Datatype.string (ZENURL = "WRCNumber");
Property methods: WRCNumberDisplayToLogical(), WRCNumberGet(), WRCNumberIsValid(), WRCNumberLogicalToDisplay(), WRCNumberLogicalToOdbc(), WRCNumberNormalize(), WRCNumberSet()
property buttonsPage as %String [ InitialExpression = ..Link("op/UtilSysButtons.csp",,1) ];
Property methods: buttonsPageDisplayToLogical(), buttonsPageGet(), buttonsPageIsValid(), buttonsPageLogicalToDisplay(), buttonsPageLogicalToOdbc(), buttonsPageNormalize(), buttonsPageSet()
property contactPage as %ZEN.Datatype.string [ InitialExpression = $$$TextHTML("Contact WRC") ];
Property methods: contactPageDisplayToLogical(), contactPageGet(), contactPageIsValid(), contactPageLogicalToDisplay(), contactPageLogicalToOdbc(), contactPageNormalize(), contactPageSet()

Methods

method GetSystemProperties(ByRef pParms, Output pObject As %RegisteredObject) as %Status
clientmethod gotoButtons() [ Language = javascript ]
clientmethod loadLocalizedStrings() [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.
clientmethod priorityChanged(value) [ Language = javascript ]
clientmethod sendEmail() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab