Redirecting Output
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
Redirecting Output
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
The “d” option is used to redirect the output of a ZOM service to a document. For example, the following lists information on all the objects named “Inventory” to the document ListOutputDoc:
ZOMList Inventory ;d ListOutputDoc
In this case, the contents of ListOutputDoc are overwritten. ListOutputDoc must be an existing document object.
If you want to append the output onto the end of the document, you would use the “a” option as well:
ZOMList Inventory ;d ListOutputDoc ;a
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5