ap_nm_method

This table is used to store the methods that can be used by Notification Manager to notify the individuals or groups defined in the ENTITY table.

Column Name Column Datatype Column Null Option Column Comment
mkey integer not null The unique key that represents a notification method stored in the Notification Manager database. This key can range from 200000001 to 299999999.
mnm varchar(32) not null The name of this method as known by Notification Manager. Each method name must be unique (excluding case). For example, "Net Send 1" and "net send 1" refer to the same method.
mnm_upcase varchar(32) not null The upper case (uc) value of the method name. The values contained in this field must be unique and must match the corresponding value stored in the mname column (excluding case).
mfl integer not null The flags associated with this method. This column is not currently used and is reserved for future use.
muse integer not null The intended use for this method. Each bit contained in this field represents the activation status of a particular method use value. The following method uses are currently defined:

0x00000001 - The method can ASK the contact a question and wait for a response.

0x00000002 - The method can TELL the contact a piece of information.

0x00000003 - The method can both TELL the contact information and ASK the contact a question.

mtype integer not null The type of method represented by this entry.
minvoke varchar(260) not null  
mstyle char(1) not null The method type assigned to this method. This corresponds to the MTUP parameter of the NMFIND program, allowing the user to categorize methods based upon a method criteria.
mcreator integer not null This field is not currently used and is reserved for future use.

Product Name: Unicenter Automation Point

Table Type: Table

Relationships:

Primary Key Related Table Related Column
  ap_nm_schedule
ap_nm_schedule
ap_nm_parameter
 


Copyright © 2006 CA. All rights reserved.