2016-10-19
2.0.6
SortRecordList Team
10.0.105.0
All
All
[Overview]
This extension is a generic record list sorter. It sorts any record list in ascending or descending order by any of its attributes (string, integer, decimal, etc). It can also return a distinct list by comparing any of its attributes.
[Detail]
This extension is a generic record list sorter. It sorts any record list in ascending or descending order by any of its attributes.
Simply pass the record list and the name of attribute to base the sort and you're done!
Feature List
Action, 'SortRecordList', with three parameters:
recordList: the record list to be sorted
sortBy: Comma-separated list of the names of the attributes for the list to be sorted by. Eg: "Entity1.attribute1,Entity1.attribute2,Entity2.attribute"
isAscending: ascending or descending order
Action, 'DistinctRecordList', with three parameters:
recordList: the record list to be compared
sortBy: Comma-separated list of the names of the attributes for the list to be compared by. Eg: "Entity1.attribute1,Entity1.attribute2,Entity2.attribute"
outputList: the output distinct record list
Notice: This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.