Footprints Data Model

Table
Table Name System Component
Table Definition A lookup table for System Component. System Component is used to identify an area of the system. The primary use is when a component is updating system information with a transaction that is not initiated from a customer or agent.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
System Component Id The unique identifier for an instance of System Component. This identifier must be kept in sync with programming code that uses an enumeration or fixed constant to identify particular values. INTEGER Yes
System Component Name The unique string identifier for an instance of System Component. 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) No
System Component Description A descriptive name of the System Component. This descriptive name may be localized. VARCHAR(512) No