Skip to content

SortList Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

object SortList(values:[list or object])

Description

Sorts the specified List.

Remarks

If the attribute value is a single value, the single value is returned, else a list of values is returned.

Supported Version

2.15.703.0 and later

Examples

SortList([//Target/ComputedMember/EmployeeID])

Clone this wiki locally