ALM Project Database Reference
td.MODULES Table
Description
Permissions by group for accessing modules in the user interface.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key MD_IDThe module ID.int4   
 MD_NAMEThe module name.varchar255  
 MD_GUIDThe Globally Unique Identifier of the module component.varchar255  
 MD_DESCThe module description.varchar255  
 MD_VISIBLEA bit mask that specifies the groups whose members may view the module. If bit X is set, module access is enabled for the group identified with GROUPS.GR_GROUP_ID = X.varchar512  
 MD_ORDERThe position of an extension module in the collection of extensions. This field does not apply to built-in modules.int4  
Indexes
IndexDescriptionPrimaryUnique
MD_PRIMARYKEY 
See Also