Tables [dbo].[QO_Class_Instruction_Lang]
Orderable Item Instructions. Used for instruction orders.
KeyNameData TypeMax Length (Bytes)NullabilityIdentityDefaultDescription
Cluster Primary Key PK_QO_Class_Instruction_Lang: IDID[dbo].[dict_id]5NOT NULL1 - 1Key to the QO_Class_Instruction_Lang table.
Foreign Keys FK_QO_Class_Instruction_Lang_QO_Class_Instruction: [dbo].[QO_Class_Instruction].QOClassInstructionIDQOClassInstructionID[dbo].[dict_id]5NOT NULLInstruction Header. Link to dbo.QO_Class_Instruction.ID
Indexes TWstat_QO_Class_Instruction_Lang_FirstStringFirstStringnvarchar(1024)2048NULL allowed('')Text field for FirstString Instruction text
InstructionTextnvarchar(max)maxNOT NULLText field for further instruction text
AHSID[dbo].[uniqueid]9NOT NULLAllscripts ID. When this vlaue is 0 it means it is not an instruction we deliver. When > 0 it means it's an instruction we (AHS) deliver via Careguie Install.