Data Mart ETL - Release Notes
Date: 2026-04-28
New Fields
SupplierDocumentLine / APInvoiceLine
| Field | Type | Description |
|---|---|---|
| DeferralScheduleNbr | string | The 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 newDeferralScheduleNbr(business number). Previously the description and code were conflated and the business number was not surfaced.DeferredCodeis no longer deprecated. - Legacy
deferralSchedulevalues 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 existing202 Acceptedresponse, making it easier for callers to correlate the kicked-off run.