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 CustInvLineBillCodeCustomFieldDateTime record based on the Record ID field.
Syntax
client server public static CustInvLineBillCodeCustomFieldDateTime find(
RefRecId _customFieldValueDateTime,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _customFieldValueDateTime
Type: RefRecId Extended Data Type
The RefRecId that corresponds the Record ID.
- _forupdate
Type: boolean
A Boolean that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustInvLineBillCodeCustomFieldDateTime Table
A CustInvLineBillCodeCustomFieldDateTime table buffer.
Remarks
This method is a public method that is used to find Custom Field records.