xRecord.selectRefRecord(Int32) 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.
Selects the record by referenced field ID.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ selectRefRecord(int _referenceFieldId);
public virtual Microsoft.Dynamics.Ax.Xpp.Common selectRefRecord (int _referenceFieldId);
abstract member selectRefRecord : int -> Microsoft.Dynamics.Ax.Xpp.Common
override this.selectRefRecord : int -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function selectRefRecord (_referenceFieldId As Integer) As Common
Parameters
- _referenceFieldId
- Int32
The referenced field ID.
Returns
The record buffer.