Table CCS DIS Record Pool
table 5100930 "CCS DIS Record Pool"
Properties
Name |
Value |
Caption |
Record Pool |
DataCaptionFields |
1,8,30 |
DataPerCompany |
0 |
DrillDownPageID |
CCS DIS Record Pools |
LookupPageID |
CCS DIS Record Pools |
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 |
Table No.
field(30; "Table No."; Integer)
Properties
Name |
Value |
BlankZero |
1 |
Caption |
Table No. |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
AllObjWithCaption."Object ID" where("Object Type" = const(Table)) |
Table Caption
field(31; "Table Caption"; Text[249])
Properties
Name |
Value |
CalcFormula |
lookup(AllObjWithCaption."Object Caption" where("Object Type" = const(Table), "Object ID" = field("Table No."))) |
Caption |
Table Caption |
Editable |
0 |
FieldClass |
FlowField |
Categories
field(80; "Categories"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Linked Category" where("Record Pool 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" |
Record Pool Fields
field(82; "Record Pool Fields"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Record Pool Field" where("Record Pool Code" = field(Code))) |
Caption |
Fields |
Editable |
0 |
FieldClass |
FlowField |
Record Pool Partner
field(83; "Record Pool Partner"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Record Pool Partner" where("Record Pool Code" = field(Code))) |
Caption |
Partner |
Editable |
0 |
FieldClass |
FlowField |
Record Pool Entries
field(85; "Record Pool Entries"; Integer)
Properties
Name |
Value |
CalcFormula |
count("CCS DIS Record Pool Entry" where("Record Pool Code" = field(Code))) |
Caption |
Record Pool Entries Count |
Editable |
0 |
FieldClass |
FlowField |
Record Pool Entries Unproc.
field(86; "Record Pool Entries Unproc."; Integer)
Properties
Name |
Value |
CalcFormula |
count("CCS DIS Record Pool Entry" where("Record Pool Code" = field(Code), Status = filter(< Processed))) |
Caption |
Unprocessed Record Pool Entries |
Editable |
0 |
FieldClass |
FlowField |
Record Pool Filter
field(87; "Record Pool Filter"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Record Pool Filter" where("Record Pool Code" = field(Code))) |
Caption |
Filter |
Editable |
0 |
FieldClass |
FlowField |
field(88; "Related Tables"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Rec. Pool Rel. Table" where("Record Pool Code" = field(Code))) |
Caption |
Related Tables |
Editable |
0 |
FieldClass |
FlowField |
Unprocessed Handling
field(90; "Unprocessed Handling"; Enum "CCS DIS Rec. Pool Entry Status")
Properties
Name |
Value |
Caption |
Unprocessed Entries |
DataClassification |
CustomerContent |
ValuesAllowed |
Created, Processed |
Error Handling Processed
field(91; "Error Handling Processed"; Enum "CCS DIS Rec. Pool Entry Status")
Properties
Name |
Value |
Caption |
Processed Entries when Error |
DataClassification |
CustomerContent |
ValuesAllowed |
Created, Processed |
Notes
field(320; "Notes"; Blob)
Properties
Name |
Value |
Caption |
Notes |
DataClassification |
CustomerContent |
Subtype |
Memo |
Keys
Name |
Fields |
Properties |
PK |
|
|
Methods
CreateRecordPoolEntries
public "CCS DIS Record Pool" CreateRecordPoolEntries(): None
Opens the record pool entry wizard to create record pool entries.
Return Value
None
ShowCategories
public "CCS DIS Record Pool" ShowCategories(): None
Opens the linked categories page, filtered on the selected record pool.
Return Value
None
ShowFields
public "CCS DIS Record Pool" ShowFields(): None
Opens the record pool fields page, filtered on the selected record pool.
Return Value
None
ShowFilter
public "CCS DIS Record Pool" ShowFilter(): None
Opens the record pool filters page, filtered for the selected record pool.
Return Value
None
public "CCS DIS Record Pool" ShowRelatedTables(): None
Opens the record pool related tables page, filtered on the selected record pool.
Return Value
None