AllowComments
This element is the trigger that allows access to the Comments functionality.
| Element | Attributes | Parent Element | Description | Element/Attribute Value |
|---|---|---|---|---|
|
<AllowComments>
|
<Transaction> |
Optional: The existence of this element allows a user to add activity specific comments and access activity comment functionality. The Activity Comments authentication page provides additional granular access to comment functionality. |
Values:
|
XML Schema
<Transaction>
...
<AllowComments>[No | Yes]</AllowComments>
...
</Transaction>
XML Example
<Transaction>
...
<AllowComments>Yes</AllowComments>
...
</Transaction>