9.2 Scripting Modules ↑

9.2.3 Sort Module Parameters

Just as with the Filter module, the Sort module uses actions of ‘clear’, ‘add’ and ‘set’.

Clear

Clears any sort fields that might have previously been set, so that new ones can be added.

Add

Adds a new sort field, with major ones coming first, and minor ones following. The object would name the field to be used as part of a sort key.

If the modifier field starts with a ‘d’, then the field values will be sorted into descending sequence; anything else will result in an ascending sequence.

Set

An action of set causes the previously added sort fields, specified since the last clear action, to be applied.


Next: Template Module Parameters