Share via


FormObjectSet.findRecord(Common) Method

Definition

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.findRecord method, which finds a specified record in the data source and makes it the current one.

public:
 virtual bool findRecord(Microsoft::Dynamics::Ax::Xpp::Common ^ _record);
public virtual bool findRecord (Microsoft.Dynamics.Ax.Xpp.Common _record);
abstract member findRecord : Microsoft.Dynamics.Ax.Xpp.Common -> bool
override this.findRecord : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function findRecord (_record As Common) As Boolean

Parameters

_record
Common

A parameter that is not used in the FormObjectSet base class.

Returns

true if the record was found; otherwise, false.

Applies to