Table CCS DIS Partner Mapping
table 5100911 "CCS DIS Partner Mapping"
Properties
Name | Value |
---|---|
Caption | Partner Mapping |
DrillDownPageID | CCS DIS Partner Mappings |
LookupPageID | CCS DIS Partner Mappings |
Fields
Partner Code
field(1; "Partner Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Partner Code |
DataClassification | OrganizationIdentifiableInformation |
NotBlank | 1 |
TableRelation | "CCS DIS Partner" |
Mapping Code
field(2; "Mapping Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Mapping Code |
DataClassification | CustomerContent |
NotBlank | 1 |
TableRelation | "CCS DIS Mapping" |
Received Mapping Code
field(5; "Received Mapping Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Received Mapping Code |
DataClassification | CustomerContent |
TableRelation | "CCS DIS Mapping" |
ValidateTableRelation | 0 |
Send Straight After Processing
field(20; "Send Straight After Processing"; Boolean)
Properties
Name | Value |
---|---|
Caption | Send Right after Processing |
DataClassification | CustomerContent |
Empty Xml Repository Handling
field(30; "Empty Xml Repository Handling"; Enum "CCS DIS Partner Mapping Empty Xml Rep. Handling")
Properties
Name | Value |
---|---|
Caption | Messages without XML Repository |
DataClassification | CustomerContent |
Repeat Record Pool BreakLoop
field(45; "Repeat Record Pool BreakLoop"; Boolean)
Properties
Name | Value |
---|---|
Caption | Repeat if BreakLoop for Record Pool |
DataClassification | CustomerContent |
Max. Count Repetitions
field(46; "Max. Count Repetitions"; Integer)
Properties
Name | Value |
---|---|
Caption | Maximum Count Repetitions |
DataClassification | CustomerContent |
InitValue | 100 |
Categories
field(80; "Categories"; Boolean)
Properties
Name | Value |
---|---|
CalcFormula | exist("CCS DIS Linked Category" where("Partner Code" = field("Partner Code"), "Mapping Code" = field("Mapping 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" |
Notes
field(320; "Notes"; Blob)
Properties
Name | Value |
---|---|
Caption | Notes |
DataClassification | CustomerContent |
Subtype | Memo |
Keys
Name | Fields | Properties |
---|---|---|
PK |
|
|
Methods
ClearUiProcessCache
public "CCS DIS Partner Mapping" ClearUiProcessCache(): None
Clears the load/save files cache for the selected mapping version.
Return Value
None
ProcessAndSend
public "CCS DIS Partner Mapping" ProcessAndSend(): None
Processes and sends the partner mapping.
Runs UI message for errors.
Return Value
None
ReceiveAndProcess
public "CCS DIS Partner Mapping" ReceiveAndProcess(): None
Reads received messages and processes messages for the selected partner mapping.
Runs UI messages for errors.
Return Value
None
ShowCategories
public "CCS DIS Partner Mapping" ShowCategories(): None
Opens the categories page, filtered on the selected partner mapping.
Return Value
None
ShowReceivedMessages
public "CCS DIS Partner Mapping" ShowReceivedMessages(): None
Opens the received messages page, filtered on the selected partner mapping as sender and received mapping code.
Return Value
None
ShowSentMessages
public "CCS DIS Partner Mapping" ShowSentMessages(): None
Opens the sent messages page, filtered on the selected partner mapping.
Return Value
None
UiProcess
public "CCS DIS Partner Mapping" UiProcess(): None
Processes the selected partner mapping.
Runs UI messages to show errors.
The load/save files options are saved for the user session and can be cleared with ClearUiProcessCache().
Return Value
None