Output variables
These tables describe the output variables that are returned during processing of the Landmark activity node.
General information about output variables is in another section. See Using variables with Infor Process Designer.
Variable | Description |
---|---|
NODENAME.complete | Boolean flag indicating if the transaction was completed. |
NODENAME.hasNext | Boolean flag indicating if there are more records that can be accessed using a "next" operation. |
NODENAME.hasPrevious | Boolean flag indicating that if there are previous records that can be accessed using a "previous" operation. |
NODENAME.recordCount | The number of records returned. |
NODENAME.resultsHeader | A list of the returned field names, separated by commas. |
NODENAME_errorCode | Any of these activity error codes: 0 (SUCCESS), 17 (LANDMARK_ACTIVITY_ERROR) or 18 (LANDMARK_APPLICATION_ERROR). |
NODENAME_informationCode | If NODENAME_errorCode is 18 (LANDMARK_APPLICATION_ERROR), this is the error code returned by Landmark. |
NODENAME_outputData | Not generally used. |
NODENAME_returnMessage | The error message returned by Landmark. |
NODENAME_FIELDNAME | All of the fields returned by the Landmark transaction are returned individually. |