ParcelNoteList()
List the system generated Notes for a Parcel.
|
Public
Function
ParcelNoteList(ByVal SessionID
As String, _
ByVal
ParcelID As Long) _
As ParcelNote()
|
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.
- ParcelID
Long
- The value assigned to track a specific Parcel on ECGrid.
Returns
- ParcelID
Long
- The value assigned to a specific Parcel.
- ParcelNoteID
Integer
- The serial number assigned to the specific Parcel Note.
- InterchangeID
Long
- The serial number assigned to a referenced Interchange, can be zero (0).
- NoteDate
Date
- The date/time the Note was posted to the system (UTC).
- StatusCode
String
- The current status code associated with this Parcel. The 'M' prefix refers to the Parcel
(Mailbag). The suffix is a
Short.
- 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).
- Note
String(0,255)
- The text of the Note itself.
Remarks
When an exception occurs in the processing of a Parcel, a note is entered into the system
automatically or by ECGrid NetOps. This method is helpful in diagnosing OutBox
errors.
Most Parcels will not
have any Notes associated with them. See ParcelManifest() for normal processing
information.
Example
| Visual Basic |
[insert code sample] |
EventID: 6011
See Also
ParcelManifest()
ParcelOutBoxError()
ParcelOutBoxErrorEx()
© 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. |
|