This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which function call retrieves only the last record in the filter from the Customer table?
Customer.FindLast();
Customer.Find('+');
Customer.Find('>');
Customer.FindSet;
Which function retrieves a record by its primary key values?
IsEmpty
Find
FindByKey
Get
What does the Validate function do when used?
Initializes the field with a default value
Runs the OnValidate trigger of a field
Stops the code from running through the OnValidate trigger of a field
Tests if a specific field holds a specific value.
What does the TestField function do when used?
Validates the current value by running an assignment statement with the new value
Generates an error for a specific field
Tests if a specific field holds a specific value
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?