Share via


CustBillingCodeCustomField::find Method

Finds the CustBillingCodeCustomField record based on its record ID.

Syntax

client server public static CustBillingCodeCustomField find(
    RefRecId _custBillingCodeCustomField, 
   [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: CustBillingCodeCustomField Table
A CustBillingCodeCustomField table buffer.

Remarks

This method is a public method to find custom field records.

See Also

Reference

CustBillingCodeCustomField Table