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:
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. |