xArgs.lookupRecord Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
lookupRecord() |
Finds a record in the specified table. |
lookupRecord(Common) |
lookupRecord()
Finds a record in the specified table.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ lookupRecord();
public virtual Microsoft.Dynamics.Ax.Xpp.Common lookupRecord ();
abstract member lookupRecord : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.lookupRecord : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function lookupRecord () As Common
Returns
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.
Applies to
lookupRecord(Common)
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ lookupRecord(Microsoft::Dynamics::Ax::Xpp::Common ^ _value);
public virtual Microsoft.Dynamics.Ax.Xpp.Common lookupRecord (Microsoft.Dynamics.Ax.Xpp.Common _value);
abstract member lookupRecord : Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
override this.lookupRecord : Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function lookupRecord (_value As Common) As Common
Parameters
- _value
- Common
The table in which to find a record.