Key Concepts & Glossary

This page explains the core terminology and concepts used throughout eMessaging. If you are new to electronic document exchange or PEPPOL, start here.

Document flow: who sends what

Electronic document exchange can be confusing because the same document has different names depending on which side you are on. Here is how documents flow between you and your trading partners:

When your supplier sends you a document

Your supplier sends…You receive it as…In your Business Central
Their Sales InvoiceYour Purchase InvoicePurchase Invoice
Their Sales Credit MemoYour Purchase Credit MemoPurchase Credit Memo
Their Despatch AdviceShipping notificationLinked to Purchase Order

When you send a document to your customer

You send…Your customer receives it as…From your Business Central
Sales InvoiceTheir Purchase InvoicePosted Sales Invoice
Sales Credit MemoTheir Purchase Credit MemoPosted Sales Credit Memo
Purchase OrderTheir Sales OrderReleased Purchase Order
Despatch AdviceShipping notificationPosted Warehouse Shipment

When your customer sends you a document

Your customer sends…You receive it as…In your Business Central
Their Purchase OrderYour Sales OrderSales Order
A return requestYour Sales Return OrderSales Return Order

The key principle: the direction determines the document type. An invoice you receive from a supplier becomes a Purchase Invoice. An invoice you send to a customer is a Sales Invoice.

Key terms

PEPPOL

Pan-European Public Procurement On-Line. An international framework for electronic document exchange. PEPPOL defines the network, the data formats, and the business rules for sending and receiving electronic documents between organizations. It is the dominant standard for e-invoicing in Europe and is expanding globally.

Access Point

A certified service provider that connects organizations to the PEPPOL network. Centara operates its own PEPPOL Access Point through the CentaraIQ, so there is no dependency on third-party access points.

SMP (Service Metadata Publisher)

A registry on the PEPPOL network that tells senders how to reach a specific recipient. When you register your VAT number on PEPPOL, the SMP publishes your Access Point details so that trading partners can find you. Centara manages your SMP registration.

BIS 3.0

Business Interoperability Specification 3.0. The current version of the PEPPOL document specification. BIS 3.0 defines the structure, validation rules, and business requirements for invoices, credit notes, orders, and other document types on the PEPPOL network. It implements the EN 16931 European standard.

EN 16931

The European standard for the semantic data model of a core electronic invoice. PEPPOL BIS 3.0 is a conformant implementation of EN 16931. If your trading partners require EN 16931 compliance, sending via PEPPOL BIS 3.0 satisfies that requirement.

UBL (Universal Business Language)

The XML format used by PEPPOL BIS 3.0. UBL 2.1 defines the XML schema for invoices, credit notes, orders, and other business documents. eMessaging generates and parses UBL 2.1 XML.

EDI (Electronic Data Interchange)

A broad term for structured electronic document exchange between organizations. EDI predates PEPPOL and encompasses formats like EDIFACT, X12, and BASDA. eMessaging supports receiving documents in these legacy formats alongside PEPPOL.

EDIFACT

Electronic Data Interchange for Administration, Commerce and Transport. A UN standard for EDI messages, widely used in logistics, retail, and manufacturing. eMessaging can receive EDIFACT INVOIC (invoice) and ORDERS (purchase order) messages.

Vendor Posting Setup

The smart routing engine in eMessaging that controls how incoming invoice lines are mapped to G/L accounts, dimensions, and posting groups. The primary key is Vendor + Item Sellers ID + Accounting Cost, with additional conditional rules for VAT category, commodity code, and document references. This is one of eMessaging’s key differentiators. See Posting Setup for full details.

CentaraIQ

Centara’s document exchange platform. CentaraIQ operates the PEPPOL Access Point and SMP, handles document routing and transmission, provides external attachment storage, and exposes a REST API for integration. All eMessaging communication with the outside world flows through CentaraIQ.

Document Inbox

The central page in Business Central where all incoming electronic documents land. From the Document Inbox, documents are processed, matched, approved, and posted.

Document Sending Profile

A Business Central configuration that controls how outgoing documents are formatted and delivered for each customer. You assign a profile to a customer card, and all documents for that customer use the specified format and delivery method.

The five modules

eMessaging is organized into five integrated modules:

ModuleWhat it doesYou use it for
eDocumentsCore document processing engineReceiving, validating, matching, coding, and posting incoming documents; generating outbound PEPPOL XML
ApprovalsMulti-level approval workflowsRouting documents for approval with line-level control, four-eyes principle, user groups, and mobile/portal access
AttachmentsExternal document storageReducing database size by storing attachments externally while maintaining transparent access in BC
AccountingOutbound data synchronizationKeeping Chart of Accounts, Inventory, and PEPPOL participant data synchronized with CentaraIQ
CommonIntegration and extension frameworkPage extensions (70+), event subscribers, notifications, REST API, setup wizard

Document types reference

Document typeWhat it isDirectionBC document createdFormat
PEPPOL InvoiceElectronic invoice from supplierInboundPurchase InvoicePEPPOL BIS 3.0 / UBL 2.1
PEPPOL Credit NoteCredit memo from supplierInboundPurchase Credit MemoPEPPOL BIS 3.0 / UBL 2.1
EDI InvoiceInvoice via EDI networkInboundPurchase InvoiceEDIFACT INVOIC / X12 810
EDI OrderPurchase order from customerInboundSales OrderEDIFACT ORDERS / X12 850
PDF InvoiceScanned or emailed invoiceInboundPurchase InvoicePDF (AI/OCR extracted)
E-Commerce OrderOrder from online storeInboundSales OrderShopify / WooCommerce API
Sales InvoiceInvoice to your customerOutboundPosted Sales InvoicePEPPOL BIS 3.0
Sales Credit MemoCredit memo to your customerOutboundPosted Sales Credit MemoPEPPOL BIS 3.0
Purchase OrderOrder to your supplierOutboundReleased Purchase OrderPEPPOL BIS 3.0
Despatch AdviceShipping notification to customerOutboundPosted Warehouse ShipmentPEPPOL BIS 3.0

Next steps