Filtering on joined tablesbusinessnxtapi/release-notes/2025-12-10-filtering-on-joined-tables/release-note2025-12-10Support for filtering values from joined tables. See Filtering on joined tables.2025-12-10T00:00:00Z
# Filtering on joined tables
Support for filtering values from joined tables. See Filtering on joined tables.
suggest undeprecated and merged with valuesbusinessnxtapi/release-notes/2025-12-10-suggest-undeprecated-and-merged-with-values/release-note2025-12-10Undeprecated the suggest argument and merged its functionality with the values argument for suggesting values when inserting new rows to avoid using null values. See Suggested values.2025-12-10T00:00:00Z
# suggest undeprecated and merged with values
Undeprecated the suggest argument and merged its functionality with the values argument for suggesting values when inserting new rows to avoid using null values. See Suggested values.
Deprecated invalid join fieldsbusinessnxtapi/release-notes/2025-12-10-deprecated-invalid-join-fields/release-note2025-12-10Deprecated join fields that are invalid (either return incorrect data or produce an error). See Deprecated joins.2025-12-10T00:00:00Z
# Deprecated invalid join fields
Deprecated join fields that are invalid (either return incorrect data or produce an error). See Deprecated joins.
Fix: availableCompanies missing organizationNobusinessnxtapi/release-notes/2025-12-10-fix-availablecompanies-missing-organizationno/release-note2025-12-10fixFix: availableCompanies returns companies but without organizationNo when user does not have access to the company table.2025-12-10T00:00:00Z
# Fix: availableCompanies missing organizationNo
Fix: availableCompanies returns companies but without organizationNo when user does not have access to the company table.
Improved error for object passed to object-array variablebusinessnxtapi/release-notes/2025-11-10-improved-error-for-object-passed-to-object-array-variable/release-note2025-11-10Improved error message when an object is passed for a variable that expects an array of objects.2025-11-10T00:00:00Z
# Improved error for object passed to object-array variable
Improved error message when an object is passed for a variable that expects an array of objects.
Improved error when async request deletion failsbusinessnxtapi/release-notes/2025-11-10-improved-error-when-async-request-deletion-fails/release-note2025-11-10Improved error message when an async request cannot be deleted.2025-11-10T00:00:00Z
# Improved error when async request deletion fails
Improved error message when an async request cannot be deleted.
Field-level assignment names in mutation errorsbusinessnxtapi/release-notes/2025-10-17-field-level-assignment-names-in-mutation-errors/release-note2025-10-17Better error information by providing the name of fields whose assignment failed in create or update mutations. See Understanding error information.2025-10-17T00:00:00Z
# Field-level assignment names in mutation errors
Better error information by providing the name of fields whose assignment failed in create or update mutations. See Understanding error information.
New domain fields: identifier, domainTypeNo, domainTypeNoAsEnumbusinessnxtapi/release-notes/2025-10-17-new-domain-fields-identifier-domaintypeno-domaintypenoasenum/release-note2025-10-17New fields identifier, domainTypeNo, and domainTypeNoAsEnum for domains in model information. See Model information.2025-10-17T00:00:00Z
# New domain fields: identifier, domainTypeNo, domainTypeNoAsEnum
New fields identifier, domainTypeNo, and domainTypeNoAsEnum for domains in model information. See Model information.
Fix: Query execution with sort sequence column in orderBybusinessnxtapi/release-notes/2025-10-17-fix-query-execution-with-sort-sequence-column-in-orderby/release-note2025-10-17fixFix: execution of queries when the sort sequence column is included in list of sort columns (orderBy argument).2025-10-17T00:00:00Z
# Fix: Query execution with sort sequence column in orderBy
Fix: execution of queries when the sort sequence column is included in list of sort columns (orderBy argument).
Fix: Input object variable field order preservedbusinessnxtapi/release-notes/2025-09-30-fix-input-object-variable-field-order-preserved/release-note2025-09-30fixFix: passing input objects using variables for create or update mutations preserves the order of fields.2025-09-30T00:00:00Z
# Fix: Input object variable field order preserved
Fix: passing input objects using variables for create or update mutations preserves the order of fields.
orderBy added to availableCompanies and availableCustomersbusinessnxtapi/release-notes/2025-09-23-orderby-added-to-availablecompanies-and-availablecustomers/release-note2025-09-23Introduced the orderBy argument for sorting the results of availableCompanies and availableCustomers queries to be consistent with arguments for connection types. The existing sortOrder argument is deprecated and will be removed in the future.2025-09-23T00:00:00Z
# orderBy added to availableCompanies and availableCustomers
Introduced the orderBy argument for sorting the results of availableCompanies and availableCustomers queries to be consistent with arguments for connection types. The existing sortOrder argument is deprecated and will be removed in the future.
Fix: Update filtering with empty value/valuesbusinessnxtapi/release-notes/2025-09-23-fix-update-filtering-with-empty-value/values/release-note2025-09-23fixFix: the filtering of results on an update operation with an empty value/values argument.2025-09-23T00:00:00Z
# Fix: Update filtering with empty value/values
Fix: the filtering of results on an update operation with an empty value/values argument.
Create head and line records in one insertbusinessnxtapi/release-notes/2025-09-17-create-head-and-line-records-in-one-insert/release-note2025-09-17Support for creating head and line records (for order-order lines and batch-voucher) in a single insert operation. See Inserting head and line rows.2025-09-17T00:00:00Z
# Create head and line records in one insert
Support for creating head and line records (for order-order lines and batch-voucher) in a single insert operation. See Inserting head and line rows.
Temporary record creation supportbusinessnxtapi/release-notes/2025-09-17-temporary-record-creation-support/release-note2025-09-17Support for creating temporary records. See Temporary rows.2025-09-17T00:00:00Z
# Temporary record creation support
Support for creating temporary records. See Temporary rows.
Multiple mutation operations in one async requestbusinessnxtapi/release-notes/2025-09-11-multiple-mutation-operations-in-one-async-request/release-note2025-09-11Improved support for async queries: multiple delete and insert/update operations can be executed in a single async request. See Async queries.2025-09-11T00:00:00Z
# Multiple mutation operations in one async request
Improved support for async queries: multiple delete and insert/update operations can be executed in a single async request. See Async queries.
Timestamp comparisons with current datetimebusinessnxtapi/release-notes/2025-09-05-timestamp-comparisons-with-current-datetime/release-note2025-09-05Support for comparing timestamp fields (createdTimestamp and changedTimestamp) with current date/time and better error messages for invalid ReferenceDateTime values. See Comparing with current date/time.2025-09-05T00:00:00Z
# Timestamp comparisons with current datetime
Support for comparing timestamp fields (createdTimestamp and changedTimestamp) with current date/time and better error messages for invalid ReferenceDateTime values. See Comparing with current date/time.
Deprecation warnings returned in extensionsbusinessnxtapi/release-notes/2025-09-02-deprecation-warnings-returned-in-extensions/release-note2025-09-02Return a warning (as part of extensions) for every deprecated feature used in a request. See Deprecated features.2025-09-02T00:00:00Z
# Deprecation warnings returned in extensions
Return a warning (as part of extensions) for every deprecated feature used in a request. See Deprecated features.
Fix: Async multi insert/update returns correct resultsbusinessnxtapi/release-notes/2025-09-02-fix-async-multi-insert/update-returns-correct-results/release-note2025-09-02fixFix: async requests with multiple insert/update operations return correct results.2025-09-02T00:00:00Z
# Fix: Async multi insert/update returns correct results
Fix: async requests with multiple insert/update operations return correct results.
GraphQL reads executed directly in middlewarebusinessnxtapi/release-notes/2025-08-18-graphql-reads-executed-directly-in-middleware/release-note2025-08-18GraphQL requests are dispatched to middleware service for processing, which can execute directly most reads (and other operations in the future) without sending them further to the VBus backend. This is the same execution improvement that was introduced for the front-end earlier this year.2025-08-18T00:00:00Z
# GraphQL reads executed directly in middleware
GraphQL requests are dispatched to middleware service for processing, which can execute directly most reads (and other operations in the future) without sending them further to the VBus backend. This is the same execution improvement that was introduced for the front-end earlier this year.
GraphiQL upgraded to 4.xbusinessnxtapi/release-notes/2025-08-18-graphiql-upgraded-to-4.x/release-note2025-08-18Upgraded GraphiQL web IDE to version 4.x.2025-08-18T00:00:00Z
# GraphiQL upgraded to 4.x
Upgraded GraphiQL web IDE to version 4.x.
Improved messages for specific errorsbusinessnxtapi/release-notes/2025-05-15-improved-messages-for-specific-errors/release-note2025-05-15Better error messages for some specific errors2025-05-15T00:00:00Z
# Improved messages for specific errors
Better error messages for some specific errors
Fix: Joined results with unset foreign keybusinessnxtapi/release-notes/2025-05-15-fix-joined-results-with-unset-foreign-key/release-note2025-05-15fixFix: joined results when foreign key is not set (default value)2025-05-15T00:00:00Z
# Fix: Joined results with unset foreign key
Fix: joined results when foreign key is not set (default value)
Stricter access-right filtering in mutations and metadatabusinessnxtapi/release-notes/2025-01-30-stricter-access-right-filtering-in-mutations-and-metadata/release-note2025-01-30Change of access rights handling: tables that are not readable will no longer appear in mutations for create/update/delete. Processings and reports will also be unavailable for these tables. Columns that are not readable will not be available in input types for create and update operations.2025-01-30T00:00:00Z
# Stricter access-right filtering in mutations and metadata
Change of access rights handling: tables that are not readable will no longer appear in mutations for create/update/delete. Processings and reports will also be unavailable for these tables. Columns that are not readable will not be available in input types for create and update operations.
Enumeration type domain supportbusinessnxtapi/release-notes/2025-01-30-enumeration-type-domain-support/release-note2025-01-30Support for enumeration type domains for columns, arguments, or result values. See enum fields.2025-01-30T00:00:00Z
# Enumeration type domain support
Support for enumeration type domains for columns, arguments, or result values. See enum fields.
@dependsOn directive supportbusinessnxtapi/release-notes/2025-01-23-@dependson-directive-support/release-note2025-01-23Support for specifying that a field’s execution depends on another one. See the @dependsOn directive.2025-01-23T00:00:00Z
# @dependsOn directive support
Support for specifying that a field’s execution depends on another one. See the @dependsOn directive.
Delete asynchronous request jobsbusinessnxtapi/release-notes/2025-01-23-delete-asynchronous-request-jobs/release-note2025-01-23Support for deleting an asynchronous request job. See deleting an asynchronous request.2025-01-23T00:00:00Z
# Delete asynchronous request jobs
Support for deleting an asynchronous request job. See deleting an asynchronous request.