Project
>
Touchworks
>
User databases
>
Works
>
Tables
> dbo.Direct_Message_Type_DE
Touchworks 25.2
[dbo].[Direct_Message_Type_DE]
MS_Description
Direct Message Types
Columns
Key
Name
Data Type
Max Length (Bytes)
Nullability
Identity
Description
ID
[dbo].[dict_id]
5
NOT NULL
1 - 1
Key to the Direct_Message_Type_DE table
EnterpriseEntryID
[dbo].[uniqueid]
9
NOT NULL
Master (enterprise) dictionary surrogate key. Points to Dictionary_Entry.EnterpriseEntryID
DefinitionSetID
[dbo].[dict_id]
5
NOT NULL
Points to Dict_Definition_Set.DefinitionSetID but is typically zero.
Entry
[dbo].[dict_id]
5
NOT NULL
Calculated during insert as rowcount + 1 from Dict_Definition_Set for this dictionary and set
EntryCode
[dbo].[code]
10
NOT NULL
Entry Code
EntryName
[dbo].[name]
255
NOT NULL
Entry Name
EntryMnemonic
[dbo].[code]
10
NOT NULL
Entry Mnemonic
IsInactiveFLAG
[dbo].[BOOL]
1
NOT NULL
Is the entry inactive (Y/N)?
IsEnforcedFLAG
[dbo].[BOOL]
1
NOT NULL
Is the entry Enforced (Y/N)? Enforced entries can not be modified by the application.
IsCurrentFLAG
[dbo].[BOOL]
1
NOT NULL
Is the entry Current (Y/N)?
EffectiveDT
datetime
8
NULL allowed
Effective Date. This is the last edited date.