ExecutionOutputRecordStream.WriteRecordFrom
- Updated2024-10-09
- 1 minute(s) read
ExecutionOutputRecordStream.WriteRecordFrom
Syntax
ExecutionOutputRecordStream.WriteRecordFrom( context, record)
Purpose
Write a record to the ExecutionOutputRecordStream .
Remarks
ExecutionOutputRecordStream.WriteRecordFrom() invokes OutputRecordStream.WriteRecordFrom() on each OutputRecordStream it contains, using the specified parameters. In addition, it updates the Report View with data from the new record.
Parameters
context As SequenceContext
[In] Specifies the SequenceContext against which to evaluate the lookup strings specified by the record parameter.
record As Object Array
[In] An array of lookup strings specifying the fields to write to the stream. The lookup strings are evaluated relative to the SequenceContext specified by the context parameter.
See Also
ExecutionOutputRecordStream.WriteRecord