About NextRecord Method

Use the NextRecord method, described in the following table, to advance to the next record in a list of business component records.

Parameter Name Direction Description

BusCompName

Input

The name of a business component.

Status

Output

The status of the NextRecord operation.

Status can have one of 2 values:

  • Succeeded. Indicates that the operation succeeded.

  • Failed. Indicates that either the end record has reached or the operation failed with a system error.

Following any data operation, use the Status field to check for error conditions and take appropriate actions. See Handling Business Rules Processor Errors for information on error handling.