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:

Remarks

If you are using the Results fields to determine the record results from a Lookup Block operation, TIBCO suggests that you 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.

Related Topics

Result Fields

Result.RecordsMatched