Result.Success
Syntax
Result.Success
Description
For this record, indicates whether the previous Block operation was successful indicating that no error was found.
Arguments
None
Returns
The Result.Success operation:
- If an error is found, returns 0 or False.
- If no error is found, returns 1 or True.
Remarks
If you are using the Results fields to determine the record results from a Lookup block operation, best practice is to use Result.RecordsMatched instead of Result.Success.
If a Lookup matches no records, it is considered a SUCCESS. To find lookups with no matches, use Result.RecordsMatched = 0.