ActivityWorkflow.getReferBackComments (Method)

Returns zero or more structures, each describing the comments referred back to the current user. These comments are asking about changes the current user has made on a page. CommonSpot does not save data for changes that were rejected.

Returns:

CommentList (query)

Each row of the returned query results has the following fields:

Field Name Type Description
AuthorID UserID The ID of the user who made 'refer back' comments.
Comment PlainText The comment.
CommentBy Person_FirstNameMiddleNameLastName The 'firstname middlename lastname' of the user who made the comment.
ControlID ControlID The control element's ID.
Date Datetime The date and time at which the comment was made.
ItemID NonNegativeInteger An integer representing the element's subitem ID, may be 0.
PageID RealPageID A page's ID.
VersionID VersionID The version's' ID.

Arguments:

Name Type Required Description
pageID RealPageID Required The page's ID.

Context:

License Requirements None
Permission Requirements Contributor
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None