RETURN PARAMETER DESCRIPTION |
If queuing a new report, the results will be formatted as follows:
List[n] = Report Data will be unique to each report type,
though some common elements include:
$$APPEND$$ = Data returned for a single entry is
greater than the RPC Broker can
handle, therefore any node with this
prefix is a continuation of the data
from the previous node.
$$WP$$ = This prefix indicates Word Processing
data associated with the previous
data entry.
If deleting a report, the results will be formatted as follows:
List[1] = 1^*report handle* report deleted
If an error occurs in any of these scenarios, the result will be
formatted as follows:
List[1] = p1^p2
List[1] = -1^error_message
p1 = Task # p2 = Report Handle
If polling for data, the results will be formatted as follows:
|