CustInvLineBillCodeCustomFieldText::find Method
Finds the JournalizingDefinitionGeneralLedgerTrans table for the specified Record ID.
Syntax
client server public static CustInvLineBillCodeCustomFieldText find(
RefRecId _customFieldValueText,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _customFieldValueText
Type: RefRecId Extended Data Type
The RefRecId that corresponds the record ID field.
- _forupdate
Type: boolean
A Boolean that indicates whether to read the record for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustInvLineBillCodeCustomFieldText Table
A CustInvLineBillCodeCustomFieldText table buffer.
Remarks
This method is a public method that is used to find Custom Field records.