COMEVE (Communication Event)
The Communication Event message intent is to exchange information related to
General usage
- The message includes functionality
Name | Required | Description | Examples | Xpath | Type | Limits | Sort | Id |
---|---|---|---|---|---|---|---|---|
(Header) : Ref ID | No | The senders Reference number/ID for the specific communication event message. |
|
/b24Message/communicationEvent/@refId | Number | 1000 | 1 | |
(Header) : Message Class | No | Text by sender referenced message class such as PRICAT, ORDERS, ORDRSP, DESADV, INVOIC etc. |
|
/b24Message/communicationEvent/@messageClass | Text | 1100 | 2 | |
(Header) : Outcome (Header Level) | No | The by sender communicated outcome of the referred messages in the communication event. Predefined values: Received, Delivered, Validated, OnHold, Discarded, NotReceived. |
|
/b24Message/communicationEvent/@outcome | Text | 1200 | 3 | |
(Header) : Severity | No | The by sender communicated severity of the messages - e.g. Information, Warning, Error or omitted completely |
|
/b24Message/communicationEvent/@severity | Text | 1300 | 4 | |
(Header) : Btwentyfour Message ID | No | Message ID set by Btwentyfour Open Commerce Platform. |
|
/b24Message/communicationEvent/@messageId | Number | 1400 | 5 | |
(Header) : Btwentyfour Message Date | No | Message date set by Btwentyfour Open Commerce Platform. |
|
/b24Message/communicationEvent/@messageDate | Date/Time | 1500 | 6 | |
(Header) : EDI Message Name | No | The name of the EDI message |
|
/b24Message/communicationEvent/@text | Text | 1600 | 7 | |
(Header) : Environment | No | Environment/test indicator - either "Production" or "Test" |
|
/b24Message/communicationEvent/@environment | Text | 1700 | 8 | |
(Header) : Sender | Yes | The sender of the EDI message, identified by a GLN |
|
/b24Message/communicationEvent/sender/@gln | Number | 1800 | 9 | |
(Header) : Recipient | Yes | The recipient of the EDI message, identified by a GLN |
|
/b24Message/communicationEvent/recipient/@gln | Number | 1900 | 10 | |
(Header) : The Document Reference ID | No | The document type and the ID/number identifying the referenced document. This example refers to an invoice number |
|
/b24Message/communicationEvent/documentReference[@documentType="Invoice"]/@id | Text | 2000 | 11 | |
(Header) : The Document Reference Date | No | The date of the referenced document. This example refers to an invoice date. |
|
/b24Message/communicationEvent/documentReference[@documentType="Invoice"]/@date | Date/Time | 2100 | 12 | |
(Header) : Outcome (Detailed Document Level) | No | The by sender communicated outcome for the specific message documentReference/ID. Outcome "Accepted" - as an example the invoice is accepted (invoice is received and imported) Outcome "Rejected" invoice not accepted. |
|
/b24Message/communicationEvent/documentReference/property[@name="outcome"] | Text | 2200 | 13 |