Codeunit CCS DIS Partner Comm. Mgt.
codeunit 5100906 "CCS DIS Partner Comm. Mgt."
Methods
OnCustomIn
public "CCS DIS Partner Comm. Mgt." OnCustomIn(Partner: Record "CCS DIS Partner"; PartnerMapping: Record "CCS DIS Partner Mapping"; var ErrorOnCustomIn: Boolean): None
The event is fired as custom in handler.
Subscribe this event to create custom transport types.
Advertencia
This method is pending obsolete. Use interface CCS DIS Partner Transport. 2.6
Parameters
Name | Type | Description |
---|---|---|
Partner | Record "CCS DIS Partner" |
|
PartnerMapping | Record "CCS DIS Partner Mapping" |
|
ErrorOnCustomIn | Boolean |
Return Value
None
OnCustomOut
public "CCS DIS Partner Comm. Mgt." OnCustomOut(Partner: Record "CCS DIS Partner"; var SentMessage: Record "CCS DIS Partner Sent Message"; var Sent: Boolean): None
The event is fired as custom out handler.
Subscribe this event to create custom transport types.
Advertencia
This method is pending obsolete. Use interface CCS DIS Partner Transport. 2.6
Parameters
Name | Type | Description |
---|---|---|
Partner | Record "CCS DIS Partner" |
The partner to identify the transport type. |
SentMessage | Record "CCS DIS Partner Sent Message" |
The sent message to retrieve the message XML. |
Sent | Boolean |
Set to true, if the message was transported successfully. |
Return Value
None
WebServiceIn
public "CCS DIS Partner Comm. Mgt." WebServiceIn(MessageBase64: Text): Text
Creates a message from a base64 converted message XML.
The procedure is used for web service communication.
Parameters
Name | Type | Description |
---|---|---|
MessageBase64 | Text |
The base64 encoded (sent) message. |
Return Value
Text
The entry number of the created received mapping entry. Returns -1 if the message was no base64 encoded message stream.