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.
Finds the specified record in the CustSettlementTransactionPriority table by the attribute priority.
Syntax
client server public static CustSettlementTransactionPriority findByPriority(CustSettlementTransPriority _custSettlementTransPriority, [boolean _forUpdate])
Run On
Called
Parameters
- _custSettlementTransPriority
Type: CustSettlementTransPriority Extended Data Type
A CustSettlementTransPriority type value that indicates the transaction priority to be found.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CustSettlementTransactionPriority Table
A record of the CustSettlementTransactionPriority table; otherwise, an empty buffer.