Definition of table site-fld-group
Site field to user group mapping file. This is the interface between the site field definitions and the user-group based site field displays , Table Dump Name site-grp

Alphabetical Field Summary

  • comments: (CHAR) Comments for/about this sit field definition
  • 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
  • extern-guid: (CHAR) External Global Unique ID for this record
  • fld-column: (INTG) Column within the user defined space for this field to appea
  • fld-num: (INTG) Field #/order (controls order the user will move in)
  • fld-required: (LOGC) Is this field considered Required for users in this group
  • fld-row: (INTG) Row in the site defined space for this field to appear on
  • group-name: (CHAR) Name of the group to which the site field definition belongs
  • primary-key: (INTG) Unique, Primary key for record
  • read-only: (LOGC) Yes to have field be display-only for users in this group
  • site-fld-id: (INTG) Internally assigned site field #
  • site-frame-id: (INTG) Associated site frame
  • site-group-id: (INTG) [DEFINE KEY]
  • tab-stop: (LOGC) Yes if this field should be considered a tab stop
  • 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
  • site-fld-group: (UNIQUE) site-frame-id, group-name, site-fld-id
  • site-fld-num: site-frame-id, group-name, fld-num, site-fld-id
  • site-group-id: (UNIQUE, PRIMARY) site-group-id

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-sfg.p
  • DELETE: Overridable, Procedure is tr-d-sfg.p
  • REPLICATION-CREATE: Procedure is rp-c-sfg.p
  • REPLICATION-DELETE: Procedure is rp-d-sfg.p
  • REPLICATION-WRITE: Procedure is rp-u-sfg.p
  • WRITE: Overridable, Procedure is tr-u-sfg.p

    Tables site-fld-group references

  • emp-site - Site Specific Employee data file
  • site-fld-define - Site Field definitions
  • site-frame - Site Defined frame definitions


    Detailed Alphabetical Field Listing
    comments Data type: CHARACTER
    Format: x(68)
    Help: Comments for/about this sit field definition

    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

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    fld-column Data type: INTEGER
    Format: z9 (Initial Value: 0)
    Help: Column within the user defined space for this field to appea

    fld-num Data type: INTEGER
    Format: zz9 (Initial Value: 0)
    Help: Field #/order (controls order the user will move in)
    Attributes: Index Component

    fld-required Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Is this field considered Required for users in this group

    fld-row Data type: INTEGER
    Format: z9 (Initial Value: 1)
    Help: Row in the site defined space for this field to appear on

    group-name Data type: CHARACTER
    Format: x(16)
    Help: Name of the group to which the site field definition belongs
    Attributes: Index Component

    primary-key Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Unique, Primary key for record

    read-only Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes to have field be display-only for users in this group

    site-fld-id Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Internally assigned site field #
    Attributes: Index Component

    site-frame-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: Associated site frame
    Attributes: Index Component

    site-group-id Data type: INTEGER
    Format: zzzzzzzzzzz9
    Description: [DEFINE KEY]
    Help: Internally assigned Group ID
    Attributes: Index Component

    tab-stop Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes if this field should be considered a tab stop

    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 12/28/2020 by DBHTML V1.2