Definition of table form-def
Forms Definitions
, Table Dump Name form-def
Alphabetical Field Summary
cre-date: (DATE) Date record was created
cre-time: (CHAR) Time record was created
cre-user-name: (CHAR) Name of user who created the record
description: (CHAR) Description of this form
district-form: (LOGC) Yes if this is a district wide form
extern-guid: (CHAR) External Global Unique ID for this record
form-id: (INTG) [DEFINE KEY]
form-name: (CHAR) Unique name of this form
form-type: (CHAR) Form Type (Print, Scanner, Electronic, Letter)
upd-date: (DATE) Date record was last updated
upd-time: (CHAR) Record last updated at
upd-user-name: (CHAR) Name of user record was updated by
Alphabetical Index Summary
extern-guid: extern-guid
form-id: (UNIQUE, PRIMARY) form-id
form-name: form-name, form-id
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-fid.p (SOURCE NOT AVAILABLE)
DELETE: Overridable, Procedure is tr-d-fid.p (SOURCE NOT AVAILABLE)
REPLICATION-CREATE: Procedure is rp-c-fid.p (SOURCE NOT AVAILABLE)
REPLICATION-DELETE: Procedure is rp-d-fid.p (SOURCE NOT AVAILABLE)
REPLICATION-WRITE: Procedure is rp-u-fid.p (SOURCE NOT AVAILABLE)
WRITE: Overridable, Procedure is tr-u-fid.p (SOURCE NOT AVAILABLE)
Other tables who reference form-def
form-bldg - Form definitions, on a per building level
scan-form-batch - Scan form batch. Each set of scan forms printed becomes a 'b
scan-form-dataset - Scan form datasets. Many forms are simple and only have one
scan-form-line - Scan Form Line info
scan-form-sheet - Scan Form Sheets
Tables form-def references
form-bldg - Form definitions, on a per building level
Detailed Alphabetical Field Listing
cre-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date record was created
cre-time Data type: CHARACTER
Format: x(8)
Description: Time record was created
cre-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user who created the record
description Data type: CHARACTER
Format: x(28)
Help: Description of this form
district-form Data type: LOGICAL
Format: Yes/No (Initial Value: No)
Help: Yes if this is a district wide form
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
form-id Data type: INTEGER
Format: zzzzzzzzzzz9
Description: [DEFINE KEY]
Help: Internally assigned form ID
Attributes: Index Component
form-name Data type: CHARACTER
Format: x(8)
Help: Unique name of this form
Attributes: Index Component
form-type Data type: CHARACTER
Format: x(10) (Initial Value: Print)
Help: Form Type (Print, Scanner, Electronic, Letter)
upd-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date record was last updated
upd-time Data type: CHARACTER
Format: x(8)
Description: Record last updated at
upd-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user record was updated by
Created on 05/07/2012 by DBHTML V1.2