Skip to main content

Data Mart ETL - Release Notes

Date: 2026-04-28


New Fields

SupplierDocumentLine / APInvoiceLine

FieldTypeDescription
DeferralScheduleNbrstringThe deferral schedule's business number, populated separately from the existing DeferralSchedule (description) and DeferredCode (code) values.

Data Quality Improvements

  • Deferral schedule values on supplier document lines are now split across three independent fields — DeferredCode (code), DeferralSchedule (description), and the new DeferralScheduleNbr (business number). Previously the description and code were conflated and the business number was not surfaced. DeferredCode is no longer deprecated.
  • Legacy deferralSchedule values stored as non-string types in MongoDB are now read through a lenient BSON serializer, so historical documents continue to deserialize after the field's semantics changed.

Operational Updates

  • The patch initiation HTTP trigger now returns a confirmation body — Patch '{patchName}' started successfully. Instance ID: {instanceId}. — alongside the existing 202 Accepted response, making it easier for callers to correlate the kicked-off run.