Nso (Sort Order)

The Nso parameter sets the sort order for the record list of the navigation object.

Parameter Nso
Name Sort Order
Java setter method ENEQuery.setNavSortOrder()
.NET setter property ENEQuery.NavSortOrder
Type 0 or 1
Description
Specifies the sort order for a navigation object’s record list:
  • A value of 0 indicates an ascending sort, which is the default if the Nso parameter is not present.
  • A value of 1 indicates a descending sort.

Note that previously, a sort key was specified with the Ns=key parameter and a sort order was specified with Nso=1. The Nso parameter has been deprecated. Now, the preferred way of specifying the sort order is also through the Ns parameter, using Ns=key|1.

Object Navigation
Dependency N, Ns

Example

/controller.php?N=132831+154283&Ns=Price&Nso=1