First View
Lists the records of the first view.
The
Find
action verifies the result. If a record was
found, the fields that were set by the
SetField
actions are checked against the corresponding
fields of the record. If these all match, the find returns one (1) to indicate
that the requested record was found.
If at least one of these fields does not match, the action returns two (2) to indicate that the requested record was not found.
If no record was found at all, the action returns zero (0).
Note: If the
Clear fields
option is used, ensure to specify all the
required fields. If the requested record was not found, detailed information of
the current record is sent to the console.
To use the exact match option of the
Find dialog box, use
SetField "__exact.match__"
, with value "1".