---
title: "Deprecated features"
description: "The features listed in this section are deprecated and will be removed in future versions of the API."
lang: en
languages:
  en: https://docs.vismasoftware.no/businessnxtapi/endoflife/deprecatedfeatures/index.md
lastmod: 2026-07-10
---

> Documentation index: https://docs.vismasoftware.no/businessnxtapi/endoflife/llms.txt


# Deprecated features

Last modified July 10, 2026

> The features listed in this section are deprecated and will be removed in future versions of the API.


## The sortOrder argument

The `sortOrder` argument has been replaced by the `orderBy` argument. The `orderBy` argument is similar to `sortOrder`, except that it is an array of objects instead of a single object. For more details see [Sorting](https://docs.vismasoftware.no/businessnxtapi/apireference/features/sorting/index.md).

> [!NOTE]
>
> This feature will not be available after December 31, 2027.

## Suggesting using null values

The use of `null` for suggesting values for fields is considered deprecated and should be avoided. For more details see [Suggesting values](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/mutations/inserts/index.md#suggested-values).

> [!NOTE]
>
> This feature will not be available after December 31, 2027.

## Aggregates

The schema section that enables fetching of some aggregate values is obsolete and has been replaced with a more complex reading using grouping. For more details see [Grouping](https://docs.vismasoftware.no/businessnxtapi/apireference/schema/queries/grouping/index.md).

> [!NOTE]
>
> This feature will not be available after December 31, 2027.

## Joins

Some joins are invalid and either don't return the expected data or return an error. These joins are considered deprecated and should be avoided. They are marked as deprecated.

The GraphiQL IDE is hiding these fields from the schema documentation and is reporting them as deprecated when present in a query.

> [!NOTE]
>
> This feature will not be available after December 31, 2027.

---

[View this page](https://docs.vismasoftware.no/businessnxtapi/endoflife/deprecatedfeatures/)
