GetNotes_Result (Type)
Query returning GetNotes_Result_Row structures needed by Notes.getNotes().
Based On:
Query
Query Row Type:
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
canDelete | Boolean | Boolean flag which when set to true indicates that the current user can delete the note. |
canMakePublic | Boolean | Boolean flag which when set to true indicates that the current user can make this note public. |
DateLastChanged | Datetime | The date when the note was last changed. |
ElementID | ControlID_0 | The ID of the element to which the note applies. If this value is 0, the note applies to the object. |
isPrivate | Boolean | Boolean flag which when set to true indicates that the note is private. |
Note | PlainText_2000 | The note. |
NoteID | NoteID | The note's ID. |
UserID | UserID | The ID of the user who created the note. |
UserName | Person_FirstNameMiddleNameLastName | The 'first name middlename lastname' of the note's owner. |
Error Message:
None