Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.