VendFieldMetadata::find Method
Finds the record for the metadata of a field based on the definition of the field.
Syntax
server public static VendFieldMetadata find(
RecId _configProfileRecId,
TableId _tableId,
FieldId _fieldId,
[boolean _forUpdate])
Run On
Server
Parameters
- _configProfileRecId
Type: RecId Extended Data Type
The record ID field of the configuration profile.
- _tableId
Type: TableId Extended Data Type
The table name of the configured field.
- _fieldId
Type: FieldId Extended Data Type
The field name of the configured field.
- _forUpdate
Type: boolean
A Boolean value that specifies whether the record can be selected for update.
Return Value
Type: VendFieldMetadata Table
The record if found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).