xArgs.lookupRecord Method [AX 2012]

Finds a record in the specified table.

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.

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.

Community Additions

ADD
Show: