Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ZENApp.Data.Priority

persistent class ZENApp.Data.Priority extends %Library.Persistent, %Library.Populate

SQL Table Name: ZENApp_Data.Priority

This persistent class is used to represent the available set of priority levels used by the Incident class.

Property Inventory

Method Inventory

Properties

property Name as %String (MAXLEN = 100, POPSPEC = "Company()") [ Required ];
Display name of this priority.
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Methods

classmethod BuildData() as %Status
Build default set of priorities for the application

Indexes

index (IdxName on Name) [IdKey, Type = key];
Use priority name to identify priorities.
Index methods: IdxNameCheck(), IdxNameDelete(), IdxNameExists(), IdxNameOpen(), IdxNameSQLCheckUnique(), IdxNameSQLExists(), IdxNameSQLFindPKeyByConstraint(), IdxNameSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (ZENApp.Data.Priority)

^ZENApp.Data.PriorityD(ID)
=
%%CLASSNAME
FeedbackOpens in a new tab