Overview
Example Lab Details | |
| Version | 6.12.1 |
| Root Folder | Example Lab - Download All Decisions Comments |
| Modules | None |
| Dependencies | None |
This Example Lab generates a .doc file with all the comments on your Decisions instance
Explanation
First, it fetches all comments in descending order of creation. Next, each comment is looped through and merged to an HTML formatted list. Once finished, that HTML list is formatted to Ascii, and then formatted from Ascii to bytes. This formatting allows the HTML to be changed into a .doc file. Finally, a download file is created with that generated list of bytes as its' contents and a form is displayed to the user to allow them to download it.

