Searches the dataset for a record where the KeyField contains the KeyValue value.
If found, then the record is made the active record and True is returned. The found record becomes the active record.
Otherwise, False is returned.
You can then reference that record's field values through the Field objects.
Declaration: function Find(KeyField, KeyValue : string) : boolean
Remember, that <DatasetName> in this example is a placeholder, and simply refers to the actual name of your data set as per your Map or custom script.