Codeunit CCS DIS Partner Management
codeunit 5100905 "CCS DIS Partner Management"
Events
OnBeforeGetPartnerImportMappingCode
event "CCS DIS Partner Management" OnBeforeGetPartnerImportMappingCode(PartnerCode: Code[20]; ReceivedMappingCode: Code[20]; var ImportMappingCode: Code[20])
The event is fired before a received message is read and the mapping code for import is evaluated (from a partner mapping).
Parameters
| Name |
Type |
Description |
| PartnerCode |
Code[20] |
The sender code. |
| ReceivedMappingCode |
Code[20] |
The mapping code of the received message. |
| ImportMappingCode |
Code[20] |
The mapping code to be executed. If this parameter is not empty, the default logic will be skipped. |
Attributes
| Name |
Arguments |
| IntegrationEvent |
False, False |