Generic querying of Data Model Extensions (DMEs)businessnxtapi/release-notes/2026-02-11-generic-querying-of-data-model-extensions-dmes/release-note2026-02-11Added support for generically querying data model extensions (DMEs) in the schema. Currently, DMEs are only available for selected customers. The schema extensions can be used (although not recommended) to query the core data model too. See GraphQL Extensions.2026-02-11T00:00:00Z
# Generic querying of Data Model Extensions (DMEs)
Added support for generically querying data model extensions (DMEs) in the schema. Currently, DMEs are only available for selected customers. The schema extensions can be used (although not recommended) to query the core data model too. See GraphQL Extensions.
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.
Added createdTimestamp and changedTimestamp on all tablesbusinessnxtapi/release-notes/2024-10-09-added-createdtimestamp-and-changedtimestamp-on-all-tables/release-note2024-10-09Availability of new createdTimestamp and changedTimestamp datetime fields on all tables. See Date and time fields.2024-10-09T00:00:00Z
# Added createdTimestamp and changedTimestamp on all tables
Availability of new createdTimestamp and changedTimestamp datetime fields on all tables. See Date and time fields.
Improved errors when available companies cannot be fetchedbusinessnxtapi/release-notes/2024-10-09-improved-errors-when-available-companies-cannot-be-fetched/release-note2024-10-09Improved error messages for two scenarios where available companies cannot be fetched.2024-10-09T00:00:00Z
# Improved errors when available companies cannot be fetched
Improved error messages for two scenarios where available companies cannot be fetched.
Fix: Invalid AsDate values now return nullbusinessnxtapi/release-notes/2024-10-09-fix-invalid-asdate-values-now-return-null/release-note2024-10-09fixFix: date fields suffixed with AsDate return null if the date is invalid, instead of throwing an error. The situation can arrive when an invalid date was set in the system (a feature used in some limited scenarios). The actual date can still be fetched using the column field of type Int.2024-10-09T00:00:00Z
# Fix: Invalid AsDate values now return null
Fix: date fields suffixed with AsDate return null if the date is invalid, instead of throwing an error. The situation can arrive when an invalid date was set in the system (a feature used in some limited scenarios). The actual date can still be fetched using the column field of type Int.
Numeric language codes in useModelbusinessnxtapi/release-notes/2024-07-19-numeric-language-codes-in-usemodel/release-note2024-07-19Support for specifying the language in useModel nodes with a numerical value (eg. 47 for Norwegian). See Language selection.2024-07-19T00:00:00Z
# Numeric language codes in useModel
Support for specifying the language in useModel nodes with a numerical value (eg. 47 for Norwegian). See Language selection.
Improved context failure error messagesbusinessnxtapi/release-notes/2024-07-19-improved-context-failure-error-messages/release-note2024-07-19Improved messages for some category of errors (context failures).2024-07-19T00:00:00Z
# Improved context failure error messages
Improved messages for some category of errors (context failures).
Insert records between existing rowsbusinessnxtapi/release-notes/2024-06-27-insert-records-between-existing-rows/release-note2024-06-27Support for inserting records in between existing ones. See Insert between existing records.2024-06-27T00:00:00Z
# Insert records between existing rows
Support for inserting records in between existing ones. See Insert between existing records.
Expanded model metadata for entities and relationsbusinessnxtapi/release-notes/2024-06-20-expanded-model-metadata-for-entities-and-relations/release-note2024-06-20Extended model information with relations and domain members and access restrictions, availability, and additional properties for each entity type. See Model information.2024-06-20T00:00:00Z
# Expanded model metadata for entities and relations
Extended model information with relations and domain members and access restrictions, availability, and additional properties for each entity type. See Model information.
Ignore unset-variable assignments in insert and updatebusinessnxtapi/release-notes/2024-06-20-ignore-unset-variable-assignments-in-insert-and-update/release-note2024-06-20Fields assigned from unset variables are ignored in insert/update mutations. See Assigning fields from unset variables.2024-06-20T00:00:00Z
# Ignore unset-variable assignments in insert and update
Fields assigned from unset variables are ignored in insert/update mutations. See Assigning fields from unset variables.
Compare date/time fields with current datetimebusinessnxtapi/release-notes/2024-06-20-compare-date/time-fields-with-current-datetime/release-note2024-06-20Support for comparing date and time fields with the current date and time. See Comparing with current date/time.2024-06-20T00:00:00Z
# Compare date/time fields with current datetime
Support for comparing date and time fields with the current date and time. See Comparing with current date/time.
New orderBy sorting argumentbusinessnxtapi/release-notes/2024-06-20-new-orderby-sorting-argument/release-note2024-06-20New argument orderBy for defining the sorting order of the results. See Sorting.2024-06-20T00:00:00Z
# New orderBy sorting argument
New argument orderBy for defining the sorting order of the results. See Sorting. Advarsel The previous sortOrder argument is deprecated and will be removed in the future.
Fix: Blob fields now store binary data correctlybusinessnxtapi/release-notes/2024-06-20-fix-blob-fields-now-store-binary-data-correctly/release-note2024-06-20fixFixed bug that affected blob fields: base-64 encoded values were stored instead of the actual binary data.2024-06-20T00:00:00Z
# Fix: Blob fields now store binary data correctly
Fixed bug that affected blob fields: base-64 encoded values were stored instead of the actual binary data.
New distinct query argumentbusinessnxtapi/release-notes/2024-05-30-new-distinct-query-argument/release-note2024-05-30Support for fetch distinct values using a new query argument called distinct. See Distinct values.2024-05-30T00:00:00Z
# New distinct query argument
Support for fetch distinct values using a new query argument called distinct. See Distinct values. Advarsel The previous schema section for aggregates, which includes distinct, is obsolete and will be removed in the future. See Aggregates.
Fix: _is_null and _is_not_null on blob columnsbusinessnxtapi/release-notes/2024-05-30-fix-_is_null-and-_is_not_null-on-blob-columns/release-note2024-05-30fixFix: incorrect results when filtering with _is_null / _is_not_null on blob columns.2024-05-30T00:00:00Z
# Fix: _is_null and _is_not_null on blob columns
Fix: incorrect results when filtering with _is_null / _is_not_null on blob columns.
_in and _not_in support in havingbusinessnxtapi/release-notes/2024-05-23-_in-and-_not_in-support-in-having/release-note2024-05-23Support for _in / _not_in operators in having expressions.2024-05-23T00:00:00Z
# _in and _not_in support in having
Support for _in / _not_in operators in having expressions.
_between and _not_between in filters and havingbusinessnxtapi/release-notes/2024-05-23-_between-and-_not_between-in-filters-and-having/release-note2024-05-23Support for _between / _not_between operators in filters and having expressions. See Filtering: _between / _not_between operators.2024-05-23T00:00:00Z
# _between and _not_between in filters and having
Support for _between / _not_between operators in filters and having expressions. See Filtering: _between / _not_between operators.
Domain metadata available in model informationbusinessnxtapi/release-notes/2024-05-23-domain-metadata-available-in-model-information/release-note2024-05-23Support for domain information in the model. See Model information.2024-05-23T00:00:00Z
# Domain metadata available in model information
Support for domain information in the model. See Model information.
Relaxed async request limitationsbusinessnxtapi/release-notes/2024-05-23-relaxed-async-request-limitations/release-note2024-05-23Eased some limitations on async requests. See Async queries.2024-05-23T00:00:00Z
# Relaxed async request limitations
Eased some limitations on async requests. See Async queries.
Batch requests limited to 32 operationsbusinessnxtapi/release-notes/2024-05-23-batch-requests-limited-to-32-operations/release-note2024-05-23Defined a limit of 32 requests in a batch. See Batched requests.2024-05-23T00:00:00Z
# Batch requests limited to 32 operations
Defined a limit of 32 requests in a batch. See Batched requests.
Improved table column descriptionsbusinessnxtapi/release-notes/2024-05-23-improved-table-column-descriptions/release-note2024-05-23Improved description of table columns in the schema. See Understanding column descriptions.2024-05-23T00:00:00Z
# Improved table column descriptions
Improved description of table columns in the schema. See Understanding column descriptions.
Fix: Async multi-table queries return correct totalCountbusinessnxtapi/release-notes/2024-03-07-fix-async-multi-table-queries-return-correct-totalcount/release-note2024-03-07fixAsync queries return correct results when fetching data from multiple tables in a single query. Also the totalCount fields works as expected. See Async queries.2024-03-07T00:00:00Z
# Fix: Async multi-table queries return correct totalCount
Async queries return correct results when fetching data from multiple tables in a single query. Also the totalCount fields works as expected. See Async queries.
Added UTC and timezone datetime filter fieldsbusinessnxtapi/release-notes/2024-03-07-added-utc-and-timezone-datetime-filter-fields/release-note2024-03-07Added createdDateTimeUtc and changedDateTimeUtc as well as createdDateTimeTZ and changedDateTimeTZ for filters. See Datetime special fields.2024-03-07T00:00:00Z
# Added UTC and timezone datetime filter fields
Added createdDateTimeUtc and changedDateTimeUtc as well as createdDateTimeTZ and changedDateTimeTZ for filters. See Datetime special fields.
Faster pagination with hasNextPagebusinessnxtapi/release-notes/2024-03-07-faster-pagination-with-hasnextpage/release-note2024-03-07Performance improvement for pagination when hasNextPage is requested. For tables of tens of millions of records, the execution time is reduced with 20-25 seconds.2024-03-07T00:00:00Z
# Faster pagination with hasNextPage
Performance improvement for pagination when hasNextPage is requested. For tables of tens of millions of records, the execution time is reduced with 20-25 seconds.
Empty _in and _not_in arrays now return no rowsbusinessnxtapi/release-notes/2024-03-07-empty-_in-and-_not_in-arrays-now-return-no-rows/release-note2024-03-07Empty arrays for _in and _not_in comparison operators in filter result in no data being returned. See Filtering.2024-03-07T00:00:00Z
# Empty _in and _not_in arrays now return no rows
Empty arrays for _in and _not_in comparison operators in filter result in no data being returned. See Filtering.
Fix: Illegal query in grouped aggregatesbusinessnxtapi/release-notes/2024-03-07-fix-illegal-query-in-grouped-aggregates/release-note2024-03-07fixFixed Illegal query bug for some queries that fetch aggregates using the group by feature.2024-03-07T00:00:00Z
# Fix: Illegal query in grouped aggregates
Fixed Illegal query bug for some queries that fetch aggregates using the group by feature.
Fix: Unknown company in mutation join projectionsbusinessnxtapi/release-notes/2024-03-07-fix-unknown-company-in-mutation-join-projections/release-note2024-03-07fixFixed Unknown company error when a join operation (joinup_ or joinddown_ field) is used in the projection a mutation request.2024-03-07T00:00:00Z
# Fix: Unknown company in mutation join projections
Fixed Unknown company error when a join operation (joinup_ or joinddown_ field) is used in the projection a mutation request.
Group-by query supportbusinessnxtapi/release-notes/2024-01-25-group-by-query-support/release-note2024-01-25Added support for grouping by data. See Grouping.2024-01-25T00:00:00Z
# Group-by query support
Added support for grouping by data. See Grouping.
Millisecond precision for changedDateTimebusinessnxtapi/release-notes/2024-01-25-millisecond-precision-for-changeddatetime/release-note2024-01-25Define changedDateTime with second and millisecond precision for table that include the changeTimeInMs column. See Date and time fields.2024-01-25T00:00:00Z
# Millisecond precision for changedDateTime
Define changedDateTime with second and millisecond precision for table that include the changeTimeInMs column. See Date and time fields.
Removed single-async-query execution limitbusinessnxtapi/release-notes/2024-01-25-removed-single-async-query-execution-limit/release-note2024-01-25Removed the restriction of executing a single async query at a time. See Async queries.2024-01-25T00:00:00Z
# Removed single-async-query execution limit
Removed the restriction of executing a single async query at a time. See Async queries.
Update assignment failures include error in pathbusinessnxtapi/release-notes/2024-01-25-update-assignment-failures-include-error-in-path/release-note2024-01-25The path of a failed assignment in an update request (index of record) included an error object. See Error handling.2024-01-25T00:00:00Z
# Update assignment failures include error in path
The path of a failed assignment in an update request (index of record) included an error object. See Error handling.
Async create/update assignment failures include error in pathbusinessnxtapi/release-notes/2024-01-25-async-create/update-assignment-failures-include-error-in-path/release-note2024-01-25The path of a failed assignment in a create or update request included the error object when the operation is executed asynchronously.2024-01-25T00:00:00Z
# Async create/update assignment failures include error in path
The path of a failed assignment in a create or update request included the error object when the operation is executed asynchronously.
Multiple edits in a single update operationbusinessnxtapi/release-notes/2023-12-07-multiple-edits-in-a-single-update-operation/release-note2023-12-07Support for collecting multiple edits in a single update operation. See Update operations.2023-12-07T00:00:00Z
# Multiple edits in a single update operation
Support for collecting multiple edits in a single update operation. See Update operations.
Synchronous timeout increased to 59 secondsbusinessnxtapi/release-notes/2023-12-07-synchronous-timeout-increased-to-59-seconds/release-note2023-12-07Increased internal execution timeout to 59 seconds to allow longer synchronous operations. This value may be subject to change. Async queries are recommended for long running operations.2023-12-07T00:00:00Z
# Synchronous timeout increased to 59 seconds
Increased internal execution timeout to 59 seconds to allow longer synchronous operations. This value may be subject to change. Async queries are recommended for long running operations.
Fix: Bitflag values in query variablesbusinessnxtapi/release-notes/2023-10-26-fix-bitflag-values-in-query-variables/release-note2023-10-26fixFix: Support for bitflag values passed in query variables. See Bitflags.2023-10-26T00:00:00Z
# Fix: Bitflag values in query variables
Fix: Support for bitflag values passed in query variables. See Bitflags.
Export values to array variablesbusinessnxtapi/release-notes/2023-10-19-export-values-to-array-variables/release-note2023-10-19Support for exporting values to an array variable. See the @export directive.2023-10-19T00:00:00Z
# Export values to array variables
Support for exporting values to an array variable. See the @export directive.
Fix: _or filters with changedDateTime/createdDateTimebusinessnxtapi/release-notes/2023-10-05-fix-_or-filters-with-changeddatetime/createddatetime/release-note2023-10-05fixFix: correct handling of filters with changedDateTime/createdDateTime and other _or expressions2023-10-05T00:00:00Z
# Fix: _or filters with changedDateTime/createdDateTime
Fix: correct handling of filters with changedDateTime/createdDateTime and other _or expressions
Error responses now include status_namebusinessnxtapi/release-notes/2023-09-28-error-responses-now-include-status_name/release-note2023-09-28Include name of status codes (with status_name) in error data not just status codes. See Error handling.2023-09-28T00:00:00Z
# Error responses now include status_name
Include name of status codes (with status_name) in error data not just status codes. See Error handling.
Fix: byte values in processing/report argumentsbusinessnxtapi/release-notes/2023-09-07-fix-byte-values-in-processing/report-arguments/release-note2023-09-07fixFix: support for byte values in processing/report arguments2023-09-07T00:00:00Z
# Fix: byte values in processing/report arguments
Fix: support for byte values in processing/report arguments
Fix: Partial finish orderbusinessnxtapi/release-notes/2023-09-07-fix-partial-finish-order/release-note2023-09-07fixFix: partially finish order2023-09-07T00:00:00Z
# Fix: Partial finish order
Fix: partially finish order
Fix: Correct hasNextPage when all data is fetchedbusinessnxtapi/release-notes/2023-08-24-fix-correct-hasnextpage-when-all-data-is-fetched/release-note2023-08-24fixFix: hasNextPage report correct value when all data has been fetched2023-08-24T00:00:00Z
# Fix: Correct hasNextPage when all data is fetched
Fix: hasNextPage report correct value when all data has been fetched
Fix: More fields can be set to null for suggested valuesbusinessnxtapi/release-notes/2023-08-24-fix-more-fields-can-be-set-to-null-for-suggested-values/release-note2023-08-24fixFix: allow more field to be set to null in order to request to suggest value2023-08-24T00:00:00Z
# Fix: More fields can be set to null for suggested values
Fix: allow more field to be set to null in order to request to suggest value
Batched request supportbusinessnxtapi/release-notes/2023-07-20-batched-request-support/release-note2023-07-20Support for batching multiple requests together. See Batched requests.2023-07-20T00:00:00Z
# Batched request support
Support for batching multiple requests together. See Batched requests.
Record skipping supportbusinessnxtapi/release-notes/2023-07-06-record-skipping-support/release-note2023-07-06Support for skipping records. See Pagination.2023-07-06T00:00:00Z
# Record skipping support
Support for skipping records. See Pagination.
Improved bit flags column handlingbusinessnxtapi/release-notes/2023-07-06-improved-bit-flags-column-handling/release-note2023-07-06Better support for working with bit flags columns. See Bitflags.2023-07-06T00:00:00Z
# Improved bit flags column handling
Better support for working with bit flags columns. See Bitflags.
Model information query supportbusinessnxtapi/release-notes/2023-06-29-model-information-query-support/release-note2023-06-29Support for fetching model information. See Model information.2023-06-29T00:00:00Z
# Model information query support
Support for fetching model information. See Model information.
_in and _not_in filter operatorsbusinessnxtapi/release-notes/2023-06-01-_in-and-_not_in-filter-operators/release-note2023-06-01Support for _in and _not_in operators in filters. See Filtering.2023-06-01T00:00:00Z
# _in and _not_in filter operators
Support for _in and _not_in operators in filters. See Filtering.
New null-based suggested value orderingbusinessnxtapi/release-notes/2023-04-27-new-null-based-suggested-value-ordering/release-note2023-04-27Added a new way to suggest values in the correct field order using null values. See Suggested values.2023-04-27T00:00:00Z
# New null-based suggested value ordering
Added a new way to suggest values in the correct field order using null values. See Suggested values.
Deprecated suggest argumentbusinessnxtapi/release-notes/2023-04-27-deprecated-suggest-argument/release-note2023-04-27Deprecated the suggest argument for suggesting values.2023-04-27T00:00:00Z
# Deprecated suggest argument
Deprecated the suggest argument for suggesting values. Advarsel the suggest argument will be removed in the future.
Removed deprecated suggestValues argumentbusinessnxtapi/release-notes/2023-04-27-removed-deprecated-suggestvalues-argument/release-note2023-04-27Removed the deprecated suggestValues argument for suggesting values.2023-04-27T00:00:00Z
# Removed deprecated suggestValues argument
Removed the deprecated suggestValues argument for suggesting values.
Distinct values query supportbusinessnxtapi/release-notes/2023-02-09-distinct-values-query-support/release-note2023-02-09Added support for fetching distinct values. See Distinct values.2023-02-09T00:00:00Z
# Distinct values query support
Added support for fetching distinct values. See Distinct values.
availableCustomers for service integrationsbusinessnxtapi/release-notes/2023-01-05-availablecustomers-for-service-integrations/release-note2023-01-05The availableCustomers field works for service-to-service integrations.2023-01-05T00:00:00Z
# availableCustomers for service integrations
The availableCustomers field works for service-to-service integrations.
availableCompany returns companies across all customersbusinessnxtapi/release-notes/2023-01-05-availablecompany-returns-companies-across-all-customers/release-note2023-01-05The availableCompany returns all the companies from all customers if no customer ID was provided, not just the companies of the first found customer (as previously available).2023-01-05T00:00:00Z
# availableCompany returns companies across all customers
The availableCompany returns all the companies from all customers if no customer ID was provided, not just the companies of the first found customer (as previously available).
availableCompanies includes vismaNetCustomerIdbusinessnxtapi/release-notes/2023-01-05-availablecompanies-includes-vismanetcustomerid/release-note2023-01-05Company information from the availableCompanies field includes customer ID with the vismaNetCustomerId field.2023-01-05T00:00:00Z
# availableCompanies includes vismaNetCustomerId
Company information from the availableCompanies field includes customer ID with the vismaNetCustomerId field.
Breaking change: useCustomer for system tablesbusinessnxtapi/release-notes/2022-12-15-breaking-change-usecustomer-for-system-tables/release-note2022-12-15breaking change: Access to system tables available under the new useCustomer field both for queries and mutations. See Accessing system tables2022-12-15T00:00:00Z
# Breaking change: useCustomer for system tables
breaking change: Access to system tables available under the new useCustomer field both for queries and mutations. See Accessing system tables
suggest restored; suggestValues deprecation announcedbusinessnxtapi/release-notes/2022-11-10-suggest-restored-suggestvalues-deprecation-announced/release-note2022-11-10Better support for suggesting values with the suggest argument. The previous suggestValues argument is deprecated and will be removed after 1 March 2023. See Suggested values.2022-11-10T00:00:00Z
# suggest restored; suggestValues deprecation announced
Better support for suggesting values with the suggest argument. The previous suggestValues argument is deprecated and will be removed after 1 March 2023. See Suggested values.
Fix: @export execution orderbusinessnxtapi/release-notes/2022-11-10-fix-@export-execution-order/release-note2022-11-10fixFix for @export directive. Nodes using exported variables execute only after variables have been resolved.2022-11-10T00:00:00Z
# Fix: @export execution order
Fix for @export directive. Nodes using exported variables execute only after variables have been resolved.
Join query performance improvementsbusinessnxtapi/release-notes/2022-09-29-join-query-performance-improvements/release-note2022-09-29Improved performance for queries containing joins. See Unoptimized queries.2022-09-29T00:00:00Z
# Join query performance improvements
Improved performance for queries containing joins. See Unoptimized queries.
Async query response includes creation and completion timestampsbusinessnxtapi/release-notes/2022-09-29-async-query-response-includes-creation-and-completion-timestamps/release-note2022-09-29Added the creation and completion time in the result value for asynchronous queries. See Async queries.2022-09-29T00:00:00Z
# Async query response includes creation and completion timestamps
Added the creation and completion time in the result value for asynchronous queries. See Async queries.
Fix: Mutation timeout when record is not foundbusinessnxtapi/release-notes/2022-09-29-fix-mutation-timeout-when-record-is-not-found/release-note2022-09-29fixFix for mutations timeout when a record is not found.2022-09-29T00:00:00Z
# Fix: Mutation timeout when record is not found
Fix for mutations timeout when a record is not found.
Client-credentials support for availableCompaniesbusinessnxtapi/release-notes/2022-08-25-client-credentials-support-for-availablecompanies/release-note2022-08-25Support for fetching available companies when using client credentials grant type for the access token (for service-to-service integrations). See Fetching user’s available companies.2022-08-25T00:00:00Z
# Client-credentials support for availableCompanies
Support for fetching available companies when using client credentials grant type for the access token (for service-to-service integrations). See Fetching user’s available companies.
Added @export custom directivebusinessnxtapi/release-notes/2022-08-25-added-@export-custom-directive/release-note2022-08-25Added the @export custom directive. See Directives.2022-08-25T00:00:00Z
# Added @export custom directive
Added the @export custom directive. See Directives.
Suggested values for insert operationsbusinessnxtapi/release-notes/2022-08-04-suggested-values-for-insert-operations/release-note2022-08-04Support for suggesting values when inserting new rows. See Suggested values.2022-08-04T00:00:00Z
# Suggested values for insert operations
Support for suggesting values when inserting new rows. See Suggested values.
Full alias support in queriesbusinessnxtapi/release-notes/2022-08-04-full-alias-support-in-queries/release-note2022-08-04Full support for aliases in queries. See Aliases.2022-08-04T00:00:00Z
# Full alias support in queries
Full support for aliases in queries. See Aliases.
Asynchronous query supportbusinessnxtapi/release-notes/2022-07-08-asynchronous-query-support/release-note2022-07-08Support for asynchronous queries. See Async queries.2022-07-08T00:00:00Z
# Asynchronous query support
Support for asynchronous queries. See Async queries.
Brotli compression for all responsesbusinessnxtapi/release-notes/2022-07-08-brotli-compression-for-all-responses/release-note2022-07-08Added Brotli compression for all responses.2022-07-08T00:00:00Z
# Brotli compression for all responses
Added Brotli compression for all responses.
Service-to-service integration supportbusinessnxtapi/release-notes/2022-05-26-service-to-service-integration-support/release-note2022-05-26Support for service-to-service integrations. See Service integrations.2022-05-26T00:00:00Z
# Service-to-service integration support
Support for service-to-service integrations. See Service integrations.