Note Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class Note : CorrigoEntity
The Note type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorId |
Parent Object ID
| |
| ActorTypeId |
Parent Object Type ID
| |
| CreatedAt |
Local date/time when Note was created
| |
| CreatedBy |
Actor who created the Note
| |
| IsResolved |
True means Note was “resolved”
| |
| NoteText |
Customer note text.
Max Length=6144
| |
| NoteTypeLookup |
Note type
| |
| UpdatedAt |
Local date/time when Note was created
| |
| UpdatedBy |
Actor who last modified the Note
|