03-14-2013 01:26 AM
03-14-2013 03:12 AM
03-14-2013 05:54 AM
03-14-2013 08:55 AM
03-14-2013 09:13 AM
03-15-2013 05:20 AM
03-15-2013 11:17 AM
List<Comment> getTaskComments(String taskId) on TaskService.
However, the api to delete a comment is not exposed. You'll need to add your own custom command to do this (I've answered this question already a few times here).
03-16-2013 02:00 AM
03-18-2013 11:45 AM
03-18-2013 12:52 PM
Hmm that is probably because the commenting uses the current user:
try to do this:
try {
identityService.setAuthenticatedUserId("Joram");
… // your logic
} finally {
identityService.setAuthenticatedUserId(null);
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.