ATCLASSHDR – No description in the Lawson data dictionary
- System
- Time and Attendance (TM)
- Prefix
ASH- Primary key
COMPANY,ATTEND-CLASS- Fields
- 4
- Updated by
- 3 programs
- Referenced by
- 5 programs
ATCLASSHDR is a Lawson Time and Attendance table (prefix ASH); no description in the lawson data dictionary. It is indexed by COMPANY, ATTEND-CLASS (ASHSET1). It is related 1:1 to PRSYSTEM and 1:M to ATCLASS. It is updated by HR00.1, HR01.1 and TM02.1 and referenced by TM202, TM265, TM470, TM50.1 and TM52.1. The table has 4 fields, 1 index and 2 documented relations.
About ATCLASSHDR
No description in the Lawson data dictionary.
Fields (4)
Column = COBOL field name without the ASH- prefix, hyphens → underscores. Derived fields are computed by the application and are not stored.
| Field / column | Type | Description & values | Updated by |
|---|---|---|---|
ASH-COMPANY PKCOMPANY | Numeric 4 | — | TM02.1 |
ASH-ATTEND-CLASS PKATTEND_CLASS | Alpha 10 | A user-defined alphanumeric code that represents a group of attendance codes used for reporting and inquiring. Validated in the ATCLASS file. | TM02.1 |
ASH-DESCRIPTIONDESCRIPTION | Alpha 30 (Lower Case) | This field displays the description. | TM02.1 |
ASH-REASON-CLASSREASON_CLASS | Alpha 3 | — | — |
Indexes (1)
Keys marked * are descending. Every documented Lawson index is unique unless flagged Duplicates; Subset indexes carry a Where condition.
| Index | Keys | Flags | Condition | Used in |
|---|---|---|---|---|
ASHSET1 | COMPANY, ATTEND-CLASS | Primary | HR00.1, HR01.1, TM02.1, TM202, TM265, TM470, TM50.1, TM52.1 |
Relations
One to one (1) — lookups and parents
| Relation | Table | Rules | Condition | Field map |
|---|---|---|---|---|
| Company | PRSYSTEM | Required | ASH-COMPANY → PRS-COMPANY, Spaces → PRS-PROCESS-LEVEL |
One to many (1) — child tables
| Relation | Table | Rules | Condition | Field map |
|---|---|---|---|---|
| Attend Code | ATCLASS | Delete Cascades | ASH-COMPANY → ACL-COMPANY, ASH-ATTEND-CLASS → ACL-ATTEND-CLASS, → ACL-ATTEND-CODE |