Share via


CustBillingCodeVersion::findCurrentVersionByBillingCode Method

Finds the current version in the CustBillingCodeVersion table by billing code.

Syntax

client server public static CustBillingCodeVersion findCurrentVersionByBillingCode(
    RecId _billingCodeRecId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: CustBillingCodeVersion Table
A record of the CustBillingCodeVersion table; otherwise, an empty buffer.

See Also

Reference

CustBillingCodeVersion Table