FormDataSource.findRecord(Common) 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.
Finds the specified record in the data source and makes it the current record.
public:
override bool findRecord(Microsoft::Dynamics::Ax::Xpp::Common ^ _record);
public override bool findRecord (Microsoft.Dynamics.Ax.Xpp.Common _record);
override this.findRecord : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overrides Function findRecord (_record As Common) As Boolean
Parameters
- _record
- Common
The record to find.
Returns
true if the record was found; otherwise, false.
Remarks
This method is activated when the FormDataSource.findValue method is called. The findRecord method can be overridden on a form data source by right-clicking the Methods node under the data source, pointing to Override Method, and then clicking findRecord.