Application Integration (On-Premises) : DSPs and building output templates : Tag Descriptions : %comment%
%comment%
You use the %comment% tag to include remarks in your code. At run time, the server ignores all text (and tags) between the%comment% and %end% tag.
Syntax
%comment%
Block of Code
%end%
Effect on Scope
None
Examples
The following example contains a section of explanatory information.
%comment%
Use this template to generate an order list from any document containing
a purchased item number, quantity, description, and PO number
%end%
<tr>
<td>%value stockNum%</td>
<td>%value qty%</td>
<td>%value description%</td>
<td>%value orderNum%</td>
</tr>
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback