InterconnectNoteList()
Notes for a specific Interconnect.
Public Function InterconnectNoteList(ByVal SessionID As
String,
_
ByVal
InterconnectID As
Integer) _
As InterconnectNote() |
Parameters
- SessionID
String - GUID
- The current session's GUID in string format. This is a 32-character
hexidecimal string in the format:
00000000-0000-0000-0000-000000000000. This
is the value returned by the Login() function.
- InterconnectID
Integer
- The value assigned to a specific Interconnect request.
Returns
- InterconnectID
Integer
- The value assigned to a specific Interconnect request.
- InterconnectNoteID
Integer
- The serial number assigned to the specific Interconnect Note.
- NoteDate
Date
- The date/time the Note was posted to the system (UTC).
- Status
Short - StatusInterconnect
ENUM
- A numeric value representing the Interconnect's status.
- PostedBy
String
- The name of the person or system that posted the note.
- UserID
Integer
- The UserID for the user account that posted the note. If posted by the
system, the UserID will equal zero (0).
- MailTo
String
- The list of e-mail addresses the note was sent to.
- Note
String(0,250)
- The text of the Note itself.
Remarks
A list of notes associated with the Interconnect Request. Notes can be
appended to Interconnect Requests directly by InterconnectNote(), InterconnectUpdate() and InterconnectCancel().
Example
| Visual Basic |
[insert code sample] |
EventID: 4007
See Also
InterconnectNote()
InterconnectUpdate()
InterconnectCancel()
© 2008-2011, Loren Data Corp. All rights
reserved. |
ECGrid is a registered service
mark of Loren Data Corp. ECGridOS is a service mark of Loren Data
Corp. |
|