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 specified attribute.
Syntax
client server public static boolean updatePriorityOrder(CustSettlementPriorityAttribute _custSettlementAttribute, [boolean _isIncrease])
Run On
Called
Parameters
- _custSettlementAttribute
Type: CustSettlementPriorityAttribute Enumeration
A CustSettlementPriorityAttribute type value that indicates the attribute to update.
- _isIncrease
Type: boolean
A Boolean value that indicates whether to increase or decrease the priority.
Return Value
Type: boolean
true if the attribute priority is updated; otherwise, false.