AllowComments

This element is the trigger that allows access to the Comments functionality.

AllowComments: Elements and Attributes
Element Parent Element Attribute Definition

<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:

  • No

    • default

    • Activity comments functionality cannot be accessed for the activity.

  • Yes

    • Activity comments functionality can be accessed for the activity.

XML Schema

<Transaction>
...        

<AllowComments>[No | Yes]</AllowComments>

...
</Transaction>

XML Example

<Transaction>
...        
    <AllowComments>Yes</AllowComments>
...
</Transaction>