How do I reorder the Defect Comments on ALM?
Question ID: 105027
5
0

I would like to sort the R&D comments in reverse chronological order. How do I do this, presumably through workflow code?

Marked as spam
Posted by (Questions: 2, Answers: 0)
Asked on June 4, 2013 5:26 pm
254 views
Answers (2)
6
Private answer

To do this you would actually have to edit the code behind the action that is triggered when the ''Add Comment'' button is clicked. In a test project in your QC environment you can add ''MsgBox ActionName'' under ActionCanExecute in workflow. Then when you click the ''Add Comment'' button you can see what action is being triggered.

Marked as spam
Posted by (Questions: 0, Answers: 364)
Answered on June 6, 2013 2:07 pm
5
Private answer

Defect comments have a field type of Memo (Blob) which means this is one field that can hold a large amount of text, like a Microsoft WordPad rich text document. So in order to re-order you would have to have a complex custom coding solution to search, reorder and move blocks of text around. Since the comments are free form, this would be challenging.

Marked as spam
Posted by (Questions: 23, Answers: 1)
Answered on June 7, 2013 7:33 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top