xArgs.lookupRecord Method
Finds a record in the specified table.
Syntax
public Common lookupRecord([Common value])
Run On
Called
Parameters
- value
Type: Common Table
The table in which to find a record.
Return Value
Type: Common Table
A record in the specified table.
Remarks
This method can be used by the called object in combination with the field ID that is returned from the lookupField method to find the value of the field in the record that is returned by this method.