Hi All,
I would like show response documents in reverse order..I mean new document want to show in first..(reverse order)
Currently i am showing response document using repeat control and binding this following SSJS code..
var doc:NotesDocument =document1.getDocument()
doc.getResponses()
Thanks in advance..