📚 SAP Business One SDK Help

Sort Property
See Also 

Description

A value for determining in what order to display the items in the user interface. Default is 100.

Field name: SortOrder

Property type

Read-write property

Syntax

Visual Basic
Public Property Sort() As Long

Remarks

Cannot be negative.

If two or more items have the same sort value, these items are sorted in alphabetical order.

When a user starts to add a new item, the application automatically sets the sort value to one more than the current highest sort value. If the user clears this suggested value and adds the record with no sort value, the application automatically sets the sort value to 100.

See Also