Skip to main content

Release 26.5.43 on 08.07.2026

· One min read

This release makes the Seller trade-contact fields fall back to Company Information when a sales document has no salesperson, and stops the record-reference collector from overwriting Company Information and General Ledger Setup data that a caller already supplied.

Bugfix
  • On sales invoices and credit memos without a salesperson code, the Seller DefinedTradeContact fields now fall back to Company Information. The e-mail lookup is guarded on a non-empty Salesperson Code, so a blank code no longer matches an arbitrary User Setup row and uses its e-mail; instead the company e-mail is used. The contact name falls back to the Company Information "Contact Person" when the salesperson name is blank. Applied symmetrically to the invoice and credit-memo document codeunits (CHN-317)
  • Adding the Company Information and General Ledger Setup record references no longer overwrites data that was already registered for those tables. The collector now only adds each table when it is not yet present, so a caller that supplied its own instance keeps it (SR-1308)