table 5100920 "CCS DIS Sequence Header"
Properties
Name |
Value |
Caption |
Sequence Header |
DrillDownPageID |
CCS DIS Sequences |
LookupPageID |
CCS DIS Sequences |
Fields
Code
field(1; "Code"; Code[20])
Properties
Name |
Value |
Caption |
Code |
DataClassification |
CustomerContent |
NotBlank |
1 |
Description
field(8; "Description"; Text[50])
Properties
Name |
Value |
Caption |
Description |
DataClassification |
CustomerContent |
Active
field(9; "Active"; Boolean)
Properties
Name |
Value |
Caption |
Active |
DataClassification |
CustomerContent |
InitValue |
1 |
Processing By
field(15; "Processing By"; Code[50])
Properties
Name |
Value |
Caption |
Processing By |
DataClassification |
EndUserIdentifiableInformation |
TableRelation |
User."User Name" |
Categories
field(80; "Categories"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Linked Category" where("Sequence Code" = field(Code), "Category Code" = field("Category Filter"))) |
Caption |
Categories |
Editable |
0 |
FieldClass |
FlowField |
Category Filter
field(81; "Category Filter"; Code[20])
Properties
Name |
Value |
Caption |
Category Filter |
FieldClass |
FlowFilter |
TableRelation |
"CCS DIS Category" |
All Sequence Lines Active
field(95; "All Sequence Lines Active"; Boolean)
Properties
Name |
Value |
CalcFormula |
- exist("CCS DIS Sequence Line" where("Sequence Code" = field(Code), Active = const(false))) |
Caption |
All Sequence Lines Active |
Editable |
0 |
FieldClass |
FlowField |
Notes
field(320; "Notes"; Blob)
Properties
Name |
Value |
Caption |
Notes |
DataClassification |
CustomerContent |
Subtype |
Memo |
Keys
Name |
Fields |
Properties |
PK |
|
|
Methods
Process
public "CCS DIS Sequence Header" Process(): None
Processes the sequence header.
Sends notification on errors.
Runs UI messages on errors.
Return Value
None
ShowCategories
public "CCS DIS Sequence Header" ShowCategories(): None
Opens the linked categories page, filtered on the selected sequence header.
Return Value
None
ShowNotifications
public "CCS DIS Sequence Header" ShowNotifications(): None
Opens the sequence notifications page, filtered on the selected sequence header.
Return Value
None