About GetFieldValue Method

Use this method, described in the following table, to get a value of a Business Component field into a local or global property.

Parameter Name Direction Description

BusCompName

Input

The Name of the business component from which the data is to be retrieved.

FieldName(1,2,3…n)

Input

Name of the fields to be retrieved.

This field must be activated prior to retrieval. See the previous table.

FieldValue(1,2,3…n)

Output

The output property into which the field values are written. This is always of type property.

FieldName and FieldValue must be defined in pairs. That is, for each FieldName defined, define a FieldValue as well.

Status

Output

The status of the GetFieldValue operation. The status can have one of two values:

  • Succeeded. Indicates that the query returned at-least one business component record.

  • Failed. Indicates that either the query returned no business component records or the query failed due to 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.