Share via


CustSettlementPriority::getOrderedAttributes Method

Retrieves the list of attributes in the order of their current priority.

Syntax

client server public static List getOrderedAttributes([boolean _isAscending])

Run On

Called

Parameters

  • _isAscending
    Type: boolean
    A Boolean value that indicates whether to get the records in ascending order of priority; optional.

Return Value

Type: List Class
A list that contains the attributes.

Remarks

This method also creates records in the CustSettlementPriority table if it is empty.

See Also

Reference

CustSettlementPriority Table