Footprints Data Model |
Table |
Table Name | Email Notification Type |
Table Definition |   |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Email Notification Type Id | The unique identifier for an instance of Email Notification Type. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. | INTEGER | Yes |
Email Notification Type Name | The unique string identifier for an instance of Email Notification Type. This identifier must be kept in sync with programming code that uses an enumeration constant to identify particular values. A scan program is generally used to populate this table. | VARCHAR(255) | Yes |