UpdateCommentsStatus
Attach UpdateCommentsStatus rule to activities to update the status of multiple entity comments.
| Element/Tag | Attributes | Parent Element | Description | Element/Attribute Values |
|---|---|---|---|---|
|
<UpdateCommentsStatus> |
Required: The opening and closing elements of the business rule. |
|||
|
<FromCollection> |
<UpdateCommentsStatus> |
Required: This element references the Math Variable that is a collection of key/value pairs, where CommentsGUIDs are the keys, and status codes are the values to update the comment’s status. |
Math variable |
XML Schema
<UpdateCommentsStatus>
<FromCollection>[collection]</FromCollection>
</UpdateCommentsStatus>
XML Examples
<UpdateCommentsStatus COMMENTSARRAY="CommentsGUIDArray">
<Update IFF="1=1">Yes</Update>
<To-StatusCode>10</To-StatusCode>
</UpdateCommentsStatus>