Selective Res Lookup Scoring

Key

Description

SN_NOT_FOUND

Indicates that no record has been found to match the input name or it differs by more than what is allowed by the maxDifference property.

SN_NULL

Indicates there is no value in the realValue input.

SN_S_OK_OPT_USED

Indicates that the subject has been found based on the name. If any optional variables have been used, this indicates that these variables match the data in the record.

SN_S_OK_MISMATCH

Indicates that the subject has been found based on the name, but the optional variables don't match the data found in the record.

SN_S_OK_OPT_NULL

Indicates that the subject has been found based on the name, but the optional variable value in the input is empty.

SN_S_OK_CIF_NULL

Indicates that the subject has been found based on the name, but the value corresponding to the optional variable is empty in the record.

SN_S_OK_BOTH_NULL

Indicates that the subject has been found based on the name, and both the input value and the record value for the optional variable are empty.

SN_M_OK_OPT_USED

Indicates that more than one record has been found (based on the name), but using an optional variable of the step, one of them has been chosen as the best match.

SN_M_NONE

Indicates that more than one record has been found (based on the name). It was impossible to choose the best match based on the optional variable, because the value of the input variable matches the values in more than one record.

SN_M_NONE_MISMATCH

Indicates that more than one record has been found (based on the name). It was impossible to choose the best match based on the optional variable, because the value of the input variable differs from the value in the record by more than the allowed amount.

SN_M_NONE_OPT_NULL

Indicates that more than one record has been found (based on the name). It was impossible to choose the best match based on the optional variable, because the value of the input variable is empty.


iWay Software