Operation Details |
Description: | Method to list Note Link records for specified Link ID. |
Sterotype: | nsmulti |
SQL |
SELECT noteLinkID, NoteLink.noteID, NoteLink.versionNo INTO :noteLinkID, :noteID, :versionNo FROM NoteLink, Note WHERE linkID = :linkID AND NoteLink.noteID = Note.noteID ORDER BY Note.creationDateTime DESC |