Generic querying of Data Model Extensions (DMEs) businessnxtapi/release-notes/2026-02-11-generic-querying-of-data-model-extensions-dmes/ release-note 2026-02-11 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. 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 tables businessnxtapi/release-notes/2025-12-10-filtering-on-joined-tables/ release-note 2025-12-10 Support 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 values businessnxtapi/release-notes/2025-12-10-suggest-undeprecated-and-merged-with-values/ release-note 2025-12-10 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. 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 fields businessnxtapi/release-notes/2025-12-10-deprecated-invalid-join-fields/ release-note 2025-12-10 Deprecated 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 organizationNo businessnxtapi/release-notes/2025-12-10-fix-availablecompanies-missing-organizationno/ release-note 2025-12-10 fix Fix: 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 variable businessnxtapi/release-notes/2025-11-10-improved-error-for-object-passed-to-object-array-variable/ release-note 2025-11-10 Improved 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 fails businessnxtapi/release-notes/2025-11-10-improved-error-when-async-request-deletion-fails/ release-note 2025-11-10 Improved 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 errors businessnxtapi/release-notes/2025-10-17-field-level-assignment-names-in-mutation-errors/ release-note 2025-10-17 Better 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, domainTypeNoAsEnum businessnxtapi/release-notes/2025-10-17-new-domain-fields-identifier-domaintypeno-domaintypenoasenum/ release-note 2025-10-17 New 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 orderBy businessnxtapi/release-notes/2025-10-17-fix-query-execution-with-sort-sequence-column-in-orderby/ release-note 2025-10-17 fix Fix: 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 preserved businessnxtapi/release-notes/2025-09-30-fix-input-object-variable-field-order-preserved/ release-note 2025-09-30 fix Fix: 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 availableCustomers businessnxtapi/release-notes/2025-09-23-orderby-added-to-availablecompanies-and-availablecustomers/ release-note 2025-09-23 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. 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/values businessnxtapi/release-notes/2025-09-23-fix-update-filtering-with-empty-value/values/ release-note 2025-09-23 fix Fix: 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 insert businessnxtapi/release-notes/2025-09-17-create-head-and-line-records-in-one-insert/ release-note 2025-09-17 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. 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 support businessnxtapi/release-notes/2025-09-17-temporary-record-creation-support/ release-note 2025-09-17 Support 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 request businessnxtapi/release-notes/2025-09-11-multiple-mutation-operations-in-one-async-request/ release-note 2025-09-11 Improved 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 datetime businessnxtapi/release-notes/2025-09-05-timestamp-comparisons-with-current-datetime/ release-note 2025-09-05 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. 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 extensions businessnxtapi/release-notes/2025-09-02-deprecation-warnings-returned-in-extensions/ release-note 2025-09-02 Return 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 results businessnxtapi/release-notes/2025-09-02-fix-async-multi-insert/update-returns-correct-results/ release-note 2025-09-02 fix Fix: 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 middleware businessnxtapi/release-notes/2025-08-18-graphql-reads-executed-directly-in-middleware/ release-note 2025-08-18 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. 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.x businessnxtapi/release-notes/2025-08-18-graphiql-upgraded-to-4.x/ release-note 2025-08-18 Upgraded 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 errors businessnxtapi/release-notes/2025-05-15-improved-messages-for-specific-errors/ release-note 2025-05-15 Better error messages for some specific errors 2025-05-15T00:00:00Z # Improved messages for specific errors Better error messages for some specific errors Fix: Joined results with unset foreign key businessnxtapi/release-notes/2025-05-15-fix-joined-results-with-unset-foreign-key/ release-note 2025-05-15 fix Fix: 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 metadata businessnxtapi/release-notes/2025-01-30-stricter-access-right-filtering-in-mutations-and-metadata/ release-note 2025-01-30 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. 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 support businessnxtapi/release-notes/2025-01-30-enumeration-type-domain-support/ release-note 2025-01-30 Support 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 support businessnxtapi/release-notes/2025-01-23-@dependson-directive-support/ release-note 2025-01-23 Support 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 jobs businessnxtapi/release-notes/2025-01-23-delete-asynchronous-request-jobs/ release-note 2025-01-23 Support 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 tables businessnxtapi/release-notes/2024-10-09-added-createdtimestamp-and-changedtimestamp-on-all-tables/ release-note 2024-10-09 Availability 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 fetched businessnxtapi/release-notes/2024-10-09-improved-errors-when-available-companies-cannot-be-fetched/ release-note 2024-10-09 Improved 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 null businessnxtapi/release-notes/2024-10-09-fix-invalid-asdate-values-now-return-null/ release-note 2024-10-09 fix 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. 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 useModel businessnxtapi/release-notes/2024-07-19-numeric-language-codes-in-usemodel/ release-note 2024-07-19 Support 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 messages businessnxtapi/release-notes/2024-07-19-improved-context-failure-error-messages/ release-note 2024-07-19 Improved 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 rows businessnxtapi/release-notes/2024-06-27-insert-records-between-existing-rows/ release-note 2024-06-27 Support 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 relations businessnxtapi/release-notes/2024-06-20-expanded-model-metadata-for-entities-and-relations/ release-note 2024-06-20 Extended 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 update businessnxtapi/release-notes/2024-06-20-ignore-unset-variable-assignments-in-insert-and-update/ release-note 2024-06-20 Fields 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 datetime businessnxtapi/release-notes/2024-06-20-compare-date/time-fields-with-current-datetime/ release-note 2024-06-20 Support 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 argument businessnxtapi/release-notes/2024-06-20-new-orderby-sorting-argument/ release-note 2024-06-20 New 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. Warning The previous sortOrder argument is deprecated and will be removed in the future. Fix: Blob fields now store binary data correctly businessnxtapi/release-notes/2024-06-20-fix-blob-fields-now-store-binary-data-correctly/ release-note 2024-06-20 fix Fixed 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 argument businessnxtapi/release-notes/2024-05-30-new-distinct-query-argument/ release-note 2024-05-30 Support 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. Warning 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 columns businessnxtapi/release-notes/2024-05-30-fix-_is_null-and-_is_not_null-on-blob-columns/ release-note 2024-05-30 fix Fix: 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 having businessnxtapi/release-notes/2024-05-23-_in-and-_not_in-support-in-having/ release-note 2024-05-23 Support 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 having businessnxtapi/release-notes/2024-05-23-_between-and-_not_between-in-filters-and-having/ release-note 2024-05-23 Support 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 information businessnxtapi/release-notes/2024-05-23-domain-metadata-available-in-model-information/ release-note 2024-05-23 Support 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 limitations businessnxtapi/release-notes/2024-05-23-relaxed-async-request-limitations/ release-note 2024-05-23 Eased 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 operations businessnxtapi/release-notes/2024-05-23-batch-requests-limited-to-32-operations/ release-note 2024-05-23 Defined 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 descriptions businessnxtapi/release-notes/2024-05-23-improved-table-column-descriptions/ release-note 2024-05-23 Improved 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 totalCount businessnxtapi/release-notes/2024-03-07-fix-async-multi-table-queries-return-correct-totalcount/ release-note 2024-03-07 fix 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. 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 fields businessnxtapi/release-notes/2024-03-07-added-utc-and-timezone-datetime-filter-fields/ release-note 2024-03-07 Added 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 hasNextPage businessnxtapi/release-notes/2024-03-07-faster-pagination-with-hasnextpage/ release-note 2024-03-07 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. 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 rows businessnxtapi/release-notes/2024-03-07-empty-_in-and-_not_in-arrays-now-return-no-rows/ release-note 2024-03-07 Empty 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 aggregates businessnxtapi/release-notes/2024-03-07-fix-illegal-query-in-grouped-aggregates/ release-note 2024-03-07 fix Fixed 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 projections businessnxtapi/release-notes/2024-03-07-fix-unknown-company-in-mutation-join-projections/ release-note 2024-03-07 fix Fixed 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 support businessnxtapi/release-notes/2024-01-25-group-by-query-support/ release-note 2024-01-25 Added 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 changedDateTime businessnxtapi/release-notes/2024-01-25-millisecond-precision-for-changeddatetime/ release-note 2024-01-25 Define 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 limit businessnxtapi/release-notes/2024-01-25-removed-single-async-query-execution-limit/ release-note 2024-01-25 Removed 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 path businessnxtapi/release-notes/2024-01-25-update-assignment-failures-include-error-in-path/ release-note 2024-01-25 The 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 path businessnxtapi/release-notes/2024-01-25-async-create/update-assignment-failures-include-error-in-path/ release-note 2024-01-25 The 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 operation businessnxtapi/release-notes/2023-12-07-multiple-edits-in-a-single-update-operation/ release-note 2023-12-07 Support 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 seconds businessnxtapi/release-notes/2023-12-07-synchronous-timeout-increased-to-59-seconds/ release-note 2023-12-07 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. 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 variables businessnxtapi/release-notes/2023-10-26-fix-bitflag-values-in-query-variables/ release-note 2023-10-26 fix Fix: 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 variables businessnxtapi/release-notes/2023-10-19-export-values-to-array-variables/ release-note 2023-10-19 Support 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/createdDateTime businessnxtapi/release-notes/2023-10-05-fix-_or-filters-with-changeddatetime/createddatetime/ release-note 2023-10-05 fix Fix: correct handling of filters with changedDateTime/createdDateTime and other _or expressions 2023-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_name businessnxtapi/release-notes/2023-09-28-error-responses-now-include-status_name/ release-note 2023-09-28 Include 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 arguments businessnxtapi/release-notes/2023-09-07-fix-byte-values-in-processing/report-arguments/ release-note 2023-09-07 fix Fix: support for byte values in processing/report arguments 2023-09-07T00:00:00Z # Fix: byte values in processing/report arguments Fix: support for byte values in processing/report arguments Fix: Partial finish order businessnxtapi/release-notes/2023-09-07-fix-partial-finish-order/ release-note 2023-09-07 fix Fix: partially finish order 2023-09-07T00:00:00Z # Fix: Partial finish order Fix: partially finish order Fix: Correct hasNextPage when all data is fetched businessnxtapi/release-notes/2023-08-24-fix-correct-hasnextpage-when-all-data-is-fetched/ release-note 2023-08-24 fix Fix: hasNextPage report correct value when all data has been fetched 2023-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 values businessnxtapi/release-notes/2023-08-24-fix-more-fields-can-be-set-to-null-for-suggested-values/ release-note 2023-08-24 fix Fix: allow more field to be set to null in order to request to suggest value 2023-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 support businessnxtapi/release-notes/2023-07-20-batched-request-support/ release-note 2023-07-20 Support 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 support businessnxtapi/release-notes/2023-07-06-record-skipping-support/ release-note 2023-07-06 Support for skipping records. See Pagination. 2023-07-06T00:00:00Z # Record skipping support Support for skipping records. See Pagination. Improved bit flags column handling businessnxtapi/release-notes/2023-07-06-improved-bit-flags-column-handling/ release-note 2023-07-06 Better 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 support businessnxtapi/release-notes/2023-06-29-model-information-query-support/ release-note 2023-06-29 Support 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 operators businessnxtapi/release-notes/2023-06-01-_in-and-_not_in-filter-operators/ release-note 2023-06-01 Support 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 ordering businessnxtapi/release-notes/2023-04-27-new-null-based-suggested-value-ordering/ release-note 2023-04-27 Added 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 argument businessnxtapi/release-notes/2023-04-27-deprecated-suggest-argument/ release-note 2023-04-27 Deprecated the suggest argument for suggesting values. 2023-04-27T00:00:00Z # Deprecated suggest argument Deprecated the suggest argument for suggesting values. Warning the suggest argument will be removed in the future. Removed deprecated suggestValues argument businessnxtapi/release-notes/2023-04-27-removed-deprecated-suggestvalues-argument/ release-note 2023-04-27 Removed 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 support businessnxtapi/release-notes/2023-02-09-distinct-values-query-support/ release-note 2023-02-09 Added 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 integrations businessnxtapi/release-notes/2023-01-05-availablecustomers-for-service-integrations/ release-note 2023-01-05 The 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 customers businessnxtapi/release-notes/2023-01-05-availablecompany-returns-companies-across-all-customers/ release-note 2023-01-05 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). 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 vismaNetCustomerId businessnxtapi/release-notes/2023-01-05-availablecompanies-includes-vismanetcustomerid/ release-note 2023-01-05 Company 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 tables businessnxtapi/release-notes/2022-12-15-breaking-change-usecustomer-for-system-tables/ release-note 2022-12-15 breaking change: Access to system tables available under the new useCustomer field both for queries and mutations. See Accessing system tables 2022-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 announced businessnxtapi/release-notes/2022-11-10-suggest-restored-suggestvalues-deprecation-announced/ release-note 2022-11-10 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. 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 order businessnxtapi/release-notes/2022-11-10-fix-@export-execution-order/ release-note 2022-11-10 fix Fix 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 improvements businessnxtapi/release-notes/2022-09-29-join-query-performance-improvements/ release-note 2022-09-29 Improved 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 timestamps businessnxtapi/release-notes/2022-09-29-async-query-response-includes-creation-and-completion-timestamps/ release-note 2022-09-29 Added 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 found businessnxtapi/release-notes/2022-09-29-fix-mutation-timeout-when-record-is-not-found/ release-note 2022-09-29 fix Fix 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 availableCompanies businessnxtapi/release-notes/2022-08-25-client-credentials-support-for-availablecompanies/ release-note 2022-08-25 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. 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 directive businessnxtapi/release-notes/2022-08-25-added-@export-custom-directive/ release-note 2022-08-25 Added 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 operations businessnxtapi/release-notes/2022-08-04-suggested-values-for-insert-operations/ release-note 2022-08-04 Support 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 queries businessnxtapi/release-notes/2022-08-04-full-alias-support-in-queries/ release-note 2022-08-04 Full 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 support businessnxtapi/release-notes/2022-07-08-asynchronous-query-support/ release-note 2022-07-08 Support 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 responses businessnxtapi/release-notes/2022-07-08-brotli-compression-for-all-responses/ release-note 2022-07-08 Added 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 support businessnxtapi/release-notes/2022-05-26-service-to-service-integration-support/ release-note 2022-05-26 Support 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.