This table is used to store the method parameters used by Notification Manager to control the behavior of the REXX invocation program launched when a notification request is initiated.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| pkey | integer | not null | The unique key that represents a notification method parameter stored in the Notification Manager database. This key can range from 30001001 to 399999999. |
| ppkey | integer | not null | If this method parameter is either a personal parameter override value or a timeblock-specific override value. This field will contain the parameter key of the associated method-level parameter. |
| pnm | varchar(32) | not null | The non-unique name of the method parameter. Each method parameter can have up to three entries defined in this table to allow for parameter value overrides. |
| pnm_upcase | varchar(32) | not null | The upper case (uc) value of the method parameter name. |
| plabel | varchar(32) | not null | This field was originally slated to hold version information, but is not currently used. Reserved for future use. |
| pfl | integer | not null | This field stores the flag values associated with the parameter. Currently, only two flag values exist, and these flags are used to determine if the parameter is an advanced parameter or a regular parameter. |
| ptype | integer | not null | This field is not currently used and is reserved for future use. |
| ppriority | integer | not null | This field is not currently used and is reserved for future use. |
| pdesc | varchar(1000) | not null | The text description of the method parameter. |
| pvalue | varchar(250) | not null | The value of the method parameter. |
Product Name: Unicenter Automation Point
Table Type: Table