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
- _custSettlementTransType
Type: CustSettlementTransType Extended Data Type
A CustSettlementTransType type value that indicates the transaction type.
- _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.