NoteBean
From
(Difference between revisions)
m (fix typo) |
|||
Line 25: | Line 25: | ||
|The primary key of this note. | |The primary key of this note. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | | | + | |Private |
|boolean | |boolean | ||
|1 | |1 |
Latest revision as of 23:24, 8 May 2020
[edit] Description
Contains all relevant information connected to any notes that have been added to a job.
[edit] Fields
The data fields of this object.
Name | Type | Size | Required | Description |
---|---|---|---|---|
AddedBy | String | 20 | Yes | The user name of the person adding the note. |
PrimaryKey | String | 9 | No | The primary key of this note. |
Private | boolean | 1 | Yes | A flag indicating whether this note should be hidden from field workers who receive this job ie The note is private and can only be seen by users of type "Dispatcher". |
Text | String | ~500 | Yes | The actual text of the note. |
WhenCreated | Calendar | N/A | Yes | The date and time that the note was created. |