Table CCS DMS Lookup Filter
table 5306026 "CCS DMS Lookup Filter"
Properties
Name |
Value |
Caption |
DMS Lookup Filter |
DataClassification |
CustomerContent |
Fields
Document Library Code
field(1; "Document Library Code"; Code[20])
Properties
Name |
Value |
Caption |
Document Library Code |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
"CCS DMS Document Library" |
Content Type Code
field(2; "Content Type Code"; Code[20])
Properties
Name |
Value |
Caption |
Content Type Code |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
"CCS DMS Content Type".Code where("Document Library Code" = field("Document Library Code")) |
Table Id
field(3; "Table Id"; Integer)
Properties
Name |
Value |
Caption |
Table ID |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
AllObjWithCaption."Object ID" where("Object Type" = const(Table)) |
Lookup Code
field(4; "Lookup Code"; Code[20])
Properties
Name |
Value |
Caption |
Lookup Code |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
"CCS DMS Lookup" |
Field No.
field(5; "Field No."; Integer)
Properties
Name |
Value |
Caption |
Field No. |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
Field."No." where(TableNo = field("Lookup Table Id")) |
Field Caption
field(15; "Field Caption"; Text[80])
Properties
Name |
Value |
CalcFormula |
Lookup(Field."Field Caption" where(TableNo = field("Lookup Table Id"), "No." = field("Field No."))) |
Caption |
Field Caption |
Editable |
0 |
FieldClass |
FlowField |
Value Class
field(30; "Value Class"; Enum "CCS DMS Value Class")
Properties
Name |
Value |
Caption |
Value Class |
DataClassification |
CustomerContent |
Value Field
field(35; "Value Field"; Text[250])
Properties
Name |
Value |
Caption |
Value Field |
DataClassification |
CustomerContent |
Value Caption
field(36; "Value Caption"; Text[80])
Properties
Name |
Value |
Caption |
Value Caption |
DataClassification |
CustomerContent |
Editable |
0 |
field(40; "Value Format String"; Text[30])
Properties
Name |
Value |
Caption |
Value Format String |
DataClassification |
CustomerContent |
Conversion Code
field(41; "Conversion Code"; Code[20])
Properties
Name |
Value |
Caption |
Conversion Code |
DataClassification |
CustomerContent |
Module Code
field(70; "Module Code"; Code[20])
Properties
Name |
Value |
Caption |
LibrarySet Module |
DataClassification |
CustomerContent |
TableRelation |
"CCS DMS Library Module".Code |
Lookup Table Id
field(103; "Lookup Table Id"; Integer)
Properties
Name |
Value |
CalcFormula |
lookup("CCS DMS Lookup"."Table Id" where(Code = field("Lookup Code"))) |
Caption |
Lookup Table ID |
Editable |
0 |
FieldClass |
FlowField |
Keys
Name |
Fields |
Properties |
Primary |
- "Document Library Code"
- "Content Type Code"
- "Table Id"
- "Lookup Code"
- "Field No."
|
|
Events
OnAfterGetValue
event "CCS DMS Lookup Filter" OnAfterGetValue(RecRef: RecordRef; var FldValue: Variant)
Parameters
Name |
Type |
Description |
RecRef |
RecordRef |
|
FldValue |
Variant |
|
Attributes
Name |
Arguments |
IntegrationEvent |
True, False |
OnAfterValidateValue
event "CCS DMS Lookup Filter" OnAfterValidateValue()
Attributes
Name |
Arguments |
IntegrationEvent |
True, False |