Convert to PDF
|
This feature is available from Codebeamer 9.4.0.
|
The user can select the Convert to PDF option on the export dialog. In this case, the document is rendered the same way in docx format, but after that, it is converted to PDF.
List available fields
| Available from Codebeamer 9.4.0. |
The user can obtain a document containing all merge fields available in a specific export context. This is derived from the current status of the tracker configuration. The available fields depend on the trackers in scope or the current use case.
The user has to start an export using the following template:
template-list-all-fields.docx.
The resulting document will contain all available fields in the following way:
• Meta data fields
◦ For example, project.id.
◦ For example, tracker.keyName.
• Fields by tracker
◦ item.*
◦ For example, item.name
◦ For example, item.(array).assignedTo.name
▪ This example shows a field name, which includes .(array). This part shows that the next element (assignedTo) is an array of elements, not a single element. This .(array) is only meta information. It is not part of the actual merge field name. The merge field name will be item.assignedTo.name, and you will need a bookmark loop around it. The name of the bookmark loop has to be loop_item_ assignedTo.
| A field is included in the list only if it has value in at least one exported item. If no item in the exported file has that value filled in, then that particular field will not be included in the exported document |