Order in which to display interviewer comments
The Comments box on the main screen lists comments that interviewers have entered for a record. They might contain additional information about the participant or details of why an appointment has been arranged. The most recent comments are at the end of the list.
To display the most recent comments at the top of the list, set DisplayCommentsInReverseOrder to True:
<appSettings>
<add key="DisplayCommentsInReverseOrder" value="True" />
</appSettings>
See also