Operation Details |
Description: | Retrieves a list of case notes for a case. |
Sterotype: | nsmulti |
SQL |
SELECT CaseNote.caseNoteID, CaseNote.caseID, CaseNote.recordStatus, Note.sensitivityCode, Note.creationDateTime, Note.priorityCode, Users.fullName, Note.userName, Note.notesText, CaseNote.versionNo, CaseNote.noteID INTO :caseNoteID, :caseID, :recordStatus, :sensitivityCode, :creationDateTime, :priorityCode, :fullname, :userName, :notesText, :versionNo, :noteID FROM Note, CaseNote, Users WHERE CaseNote.caseID = :caseID AND Note.noteID = CaseNote.noteID AND Note.userName = Users.userName |