Share via


CustBillingCode::find Method

Finds the Billing Code based on the Record ID field.

Syntax

client server public static CustBillingCode find(
    BillingCodeRefRecId _billingCodeRefRecId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

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

Return Value

Type: CustBillingCode Table
A CustBillingCode table buffer.

Remarks

This is a public method that is used to find Billing Code records.

See Also

Reference

CustBillingCode Table