Tables [dbo].[Charge_Report_Cat_DE]
Unused dictionary
KeyNameData TypeMax Length (Bytes)NullabilityIdentityDescription
Cluster Primary Key PK_Charge_Report_Cat_DE_ID: IDIndexes Charge_Report_Cat_DE_I01, Charge_Report_Cat_DE_I02, Charge_Report_Cat_DE_I04, Charge_Report_Cat_DE_I03(4)ID[dbo].[dict_id]5NOT NULL1 - 1Key to the Charge_Report_Cat_DE table
EnterpriseEntryID[dbo].[uniqueid]9NOT NULLMaster (enterprise) dictionary surrogate key.  Points to Dictionary_Entry.EnterpriseEntryID
Indexes Charge_Report_Cat_DE_I01, Charge_Report_Cat_DE_I02, Charge_Report_Cat_DE_I04, Charge_Report_Cat_DE_I03(4)DefinitionSetID[dbo].[dict_id]5NOT NULLPoints to Dict_Definition_Set.DefinitionSetID but is typically zero.
Indexes Charge_Report_Cat_DE_I01Entry[dbo].[dict_id]5NOT NULLCalculated during insert as rowcount + 1 from Dict_Definition_Set for this dictionary and set
Indexes Charge_Report_Cat_DE_I02EntryCode[dbo].[code]10NOT NULLEntry Code - Unique alphanumeric code
Indexes Charge_Report_Cat_DE_I03EntryName[dbo].[name]255NOT NULLEntry Name -  Unique alphanumeric "friendly" display name
Indexes Charge_Report_Cat_DE_I04EntryMnemonic[dbo].[code]10NOT NULLEntry Mnemonic
Check Constraints CK_Charge_Report_Cat_DE_IsInactiveFLAG_Yes_Or_No : ([IsInactiveFLAG]='N' OR [IsInactiveFLAG]='Y')IsInactiveFLAG[dbo].[BOOL]1NOT NULLIs the entry inactive (Y/N)?
Check Constraints CK_Charge_Report_Cat_DE_IsEnforcedFLAG_Yes_Or_No : ([IsEnforcedFLAG]='N' OR [IsEnforcedFLAG]='Y')IsEnforcedFLAG[dbo].[BOOL]1NOT NULLIs the entry Enforced (Y/N)? Enforced entries can not be modified by the application.
Indexes Charge_Report_Cat_DE_I01, Charge_Report_Cat_DE_I02, Charge_Report_Cat_DE_I04, Charge_Report_Cat_DE_I03(4)Check Constraints CK_Charge_Report_Cat_DE_IsCurrentFLAG_Yes_Or_No : ([IsCurrentFLAG]='N' OR [IsCurrentFLAG]='Y')IsCurrentFLAG[dbo].[BOOL]1NOT NULLIs the entry Current (Y/N)?
EffectiveDTdatetime8NULL allowedEffective Date is the last edited date.