Business Integration Solutions documentation
Walkthrough: Sales Return Order
About this walkthrough
This walkthrough provides an overview of how to send a notification for a sales return order.
You typically create a sales return order to compensate a customer who is dissatisfied with an item you sold them, for example, due to a quality issue or delivery of the wrong item.
Prerequisites
| Template | Description | Default report |
|---|---|---|
| NM_SALES.RET.ORD | NM Template: Sales Return Order Confirmation | Return Order Confirmation (6631) |
Story
This connection uses the following pipeline elements:
- The Record Change Event triggers on Modify and links to the internal document NM_RETURNORDERTRIGG, which contains two fields: the No. and Status fields from the Sales Header (Document Type = Return) table. When a return order releases, the Record Change Event detects it.
- The XML Generator activity creates an XML file based on an internal document.
- The Splitter activity creates one message for each sales return order.
- The XML Minifier activity cleans the message of empty nodes and blocks that are not mandatory.
- The message passes through the XMLSchemaValidator, which verifies that the XML message respects the internal document structure.
- The Header Mapper activity adds the headers to the message body, filling in the recipients and email subject.
- The XML to HTML Translator activity creates an HTML email message based on your branding templates. You can also configure an HTML body manually.
- The Attachment Generator activity adds attachments to the email message based on standard Microsoft Business Central report functionality.
- The Email Writer endpoint sends the email.
- The internal document NM_SALESRETURNORD contains all the information needed to configure the XML Generator activity, the Splitter activity, the Header Mapper activity, and the XML to HTML Translator activity. Adding other fields to this document lets you define a personalized email message.

Task
Setup
Import the NM_SALES.RET.ORD.zip configuration package, or use the BIS template if available.

Add a new email account in Email Accounts, then select SMTP Account to send notifications via the Papercut SMTP server.

On the notification page, edit the EMAILWRITER and add the Account ID created in the previous step. Run the configuration once.

Process
- Create a sales return order with some details and release it.
- Open notification NM_SALES.RET.ORD and observe that the released return header is captured by the Record Change Event activity.
- Process the notification.
Result

The mail sends to all recipients. Using Papercut, the mail is captured in the demo environment, showing a preview of the HTML mail body and a PDF attachment of the Return Order Confirmation report.
For a brief guide, see Papercut SMTP setup.