Data Mart API — Release Notes
Date: 2026-04-30
Removed Query Arguments
includeDeleted argument removed from selected queries — VNEDM-1379
The includeDeleted argument has been removed from the queries listed below. For these entities the underlying deletedDatabaseRecord field is not populated, so the argument had no effect — it was previously documented as Not active yet for budgets and journalTransactions, and as deprecated for the GL balance queries. It has now been dropped from the schema entirely.
budgetsjournalTransactionsgeneralLedgerBalancesgeneralLedgerBalancesV2generalLedgerBalancesByPeriodgeneralLedgerBalancesForwardByGroupgeneralLedgerBalancesForwardExpanded
Existing clients that passed includeDeleted to any of these queries should remove the argument. Behavior is unchanged: results have always been returned regardless of the value passed.
Removed Fields
deletedDatabaseRecord removed from selected types — VNEDM-1379
The deletedDatabaseRecord: Boolean! field has been removed from the following types because it is not populated for these entities:
BudgetGeneralLedgerBalance(was previously marked deprecated for the same reason)JournalTransaction
Clients that selected this field in queries against these types must remove it from their selection set.
Documentation Clarifications
deletedDatabaseRecord marked as Not active yet on remaining types — VNEDM-1379
The deletedDatabaseRecord field has been annotated as Not active yet on every object type that still exposes it, with the exception of SOLine and SalesOrderLine where the field is populated. The field remains in the schema for forward compatibility, but does not yet reflect the actual soft-deletion state for the affected types.