Definition of table irs-class
IRS Deduction Classification codes
, Table Dump Name irs-clas
Alphabetical Field Summary
extern-guid: (CHAR) External Global Unique ID for this record
irs-class-desc: (CHAR) Description, if any, of the IRS classification
irs-class-id: (INTG) IRS Class Identifier
irs-class-limit: (DECM) IRS Class limit, if any
irs-class-name: (CHAR) Name of IRS deduction classification (i.e. 401k, 403b, etc)
primary-key: (INTG) Unique, Primary key for record
Alphabetical Index Summary
extern-guid: extern-guid
irs-class-id: (UNIQUE, PRIMARY) irs-class-id
irs-class-name: irs-class-name
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-irs.p
DELETE: Overridable, Procedure is tr-d-irs.p
REPLICATION-CREATE: Procedure is rp-c-irs.p
REPLICATION-DELETE: Procedure is rp-d-irs.p
REPLICATION-WRITE: Procedure is rp-u-irs.p
WRITE: Overridable, Procedure is tr-u-irs.p
Other tables who reference irs-class
pay-deduct - Payroll Master Deductions definition
Detailed Alphabetical Field Listing
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
irs-class-desc Data type: CHARACTER
Format: x(32)
Help: Description, if any, of the IRS classification
irs-class-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: IRS Class Identifier
Attributes: Index Component
irs-class-limit Data type: DECIMAL (Decimals: 2)
Format: zzz,zz9.99 (Initial Value: 0)
Help: IRS Class limit, if any
irs-class-name Data type: CHARACTER
Format: x(8)
Help: Name of IRS deduction classification (i.e. 401k, 403b, etc)
Attributes: Index Component
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for record
Created on 12/28/2020 by DBHTML V1.2