Skip to main content

Data Mart ETL - 2026-04-15

Visma Net ERP Data Mart

Bug Fixes

  • Customer payments with document type DRM (Debit Note) are now correctly processed. Previously, these records caused a mapping error during the ETL transform step and were not synced to MongoDB.

Data Mart API - 2026-04-03

Visma Net ERP Data Mart

New Fields

CustomerDocumentLine

FieldTypeDescription
lineTypeStringThe line type, letting you distinguish between different categories of customer document lines.
manualAmountDecimal!The manually entered amount override on the customer document line.
manualAmountInCurrencyDecimal!The manually entered amount override expressed in the document's currency.

Data Mart ETL - 2026-04-03

Visma Net ERP Data Mart

New Fields

CustomerDocumentLine

FieldTypeDescription
LineTypestringThe line type on the customer document line, making it possible to distinguish between different line categories.
ManualAmountdecimalThe manually entered amount override on the customer document line.
ManualAmountInCurrencydecimalThe manually entered amount override expressed in the document's currency.

Data Mart API - 2026-04-01

Visma Net ERP Data Mart

New Fields

Experimental GL balance queries

The generalLedgerBalanceExperimentalForwardPeriodsByGroup and generalLedgerBalanceExperimentalForwardPeriodsExpanded queries now accept an optional periodsUpTo parameter.

ParameterTypeDescription
periodsUpToString (format: yyyyMM)Upper-bound financial period for forward expansion. When omitted, the current month is used (previous default behaviour).

Data Mart API - 2026-03-26

Visma Net ERP Data Mart

New Endpoints

  • generalLedgerBalancesForwardByGroup - Forward-period expansion paginated by group. Each affected (branchId, accountId, subaccountId) group is expanded with virtual monthly periods up to the current month. Use lastGroupKey for cursor-based pagination. Marked as EXPERIMENTAL.
  • generalLedgerBalancesForwardExpanded - Forward-period expansion with overflow. pageSize controls approximate source documents processed; response may exceed pageSize due to virtual period expansion. Use lastGroupKey for cursor-based pagination. Marked as EXPERIMENTAL.

Data Mart ETL - 2026-03-26

Visma Net ERP Data Mart

New Fields

SalesOrderLines

FieldTypeDescription
NotestringThe user-defined note text connected to the sales order line, sourced from the ERP Note table.
ExtPricedecimalThe extended price in currency for the sales order line, mapped from SOLine.CuryExtPrice.
LastModifiedDateTimeDateTimeThe last modified timestamp of the sales order line.