CustSettlementTransactionPriority::updatePriorityOrder Method

Updates the priority of the given transaction type.

Syntax

client server public static boolean updatePriorityOrder(CustSettlementTransType _custSettlementTransType, boolean _isIncrease)

Run On

Called

Parameters

  • _isIncrease
    Type: boolean
    A Boolean value that indicates whether to increase or decrease the priority.

Return Value

Type: boolean
true if the transaction type priority is updated; otherwise, false.

See Also

Reference

CustSettlementTransactionPriority Table