Definition of table group-perm
Group Permissions files. Possible entries in here for each object/program for each 'group' of users' , Table Dump Name grp-perm

Alphabetical Field Summary

  • attr-id: (CHAR) An attribute of an object (Blank for object definition)
  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created at
  • cre-user-name: (CHAR) User who created this record
  • extern-guid: (CHAR) External Global Unique ID for this record
  • group-name: (CHAR) Group name for permission
  • obj-id: (CHAR) A unique object identifier
  • perm-allowed: (LOGC) Select whether permission is allowed or not.
  • perm-expirdate: (DATE) Expiration date for permission (or ? for none)
  • perm-moddate: (DATE) Date of last Permission Modification
  • perm-reason[3]: (CHAR) Reason/Explanation for this permission
  • perm-startdate: (DATE) Date permission will be granted on (? for none)
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time record was last updated
  • upd-user-name: (CHAR) User who last updated this record

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • group-perm: (UNIQUE, PRIMARY) group-name, obj-id, attr-id
  • object-perm: obj-id, attr-id, group-name

    Other tables who reference group-perm

  • audit - The audit trail keeps a history of user activities and any o
  • object - Object definitions for the system. This includes programs or
  • user-default - User defaults file. This contains object/attribute pairs wit

    Tables group-perm references

  • group-desc - Group Descriptions
  • menu - A file consisting of a list of menus. This includes any sub-
  • menu-item - Contains pointers for contructing menu items. If the menuite
  • object - Object definitions for the system. This includes programs or
  • program - one entry for each program that can be run in association wi
  • user-default - User defaults file. This contains object/attribute pairs wit


    Detailed Alphabetical Field Listing
    attr-id Data type: CHARACTER
    Format: x(16)
    Help: An attribute of an object (Blank for object definition)
    Attributes: Index Component

    cre-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who created this record

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

    group-name Data type: CHARACTER
    Format: x(12)
    Help: Group name for permission
    Attributes: Index Component

    obj-id Data type: CHARACTER
    Format: x(16)
    Help: A unique object identifier
    Attributes: Index Component

    perm-allowed Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Select whether permission is allowed or not.
    Attributes: Mandatory

    perm-expirdate Data type: DATE
    Format: 99/99/9999
    Help: Expiration date for permission (or ? for none)

    perm-moddate Data type: DATE
    Format: 99/99/9999 (Initial Value: TODAY)
    Help: Date of last Permission Modification

    perm-reason Data type: CHARACTER (Extent: 3)
    Format: x(32)
    Help: Reason/Explanation for this permission

    perm-startdate Data type: DATE
    Format: 99/99/9999
    Help: Date permission will be granted on (? for none)

    upd-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was last updated

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who last updated this record

    Created on 03/01/2019 by DBHTML V1.2