11885878 - Update The Email Template Processor To Convert Carriage Line Breaks In String Data To HTML Line Breaks
Multi-line line string data (e.g. sales order header comments and line comments and item notes) would send with the carriage line breaks and, since the emails were being handled as HTML, the data would all bunch up on one line like "Line#1Line#2Line#3). The email template processor now swaps them for an HTML line break BR. We use enumerations all over our software like Sales Order Source (e.g. Ecommerce, CustomerService) and connector account types (e.g. Shopify, QuickBooksDesktop). We have a utility that turns these into the appropriate human-readable version (e.g. Customer Service, QuickBooks Desktop). The email template processor now swaps the Enum value for the human-readable value.