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.