This documentation is archived and is not being maintained.
RecordSortedList.sortOrderFromContainer Method [AX 2012]
Defines the fields on which the records are sorted.
public void sortOrderFromContainer(container container)
Run On
Called
Parameters
-
container
- Type: container
The fields on which the list should be sorted. Each field is specified by a field ID; for example, by using the FieldNum function.
If you do not have to supply the field list in a container, use RecordSortedList.sortOrder.