NoteBean
From
(Difference between revisions)
(→Fields) |
|||
Line 9: | Line 9: | ||
!Name | !Name | ||
!Type | !Type | ||
+ | !Size | ||
+ | !Required | ||
!Description | !Description | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|AddedBy | |AddedBy | ||
|String | |String | ||
+ | |20 | ||
+ | |Yes | ||
|The EService user name of the person adding the note. | |The EService user name of the person adding the note. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|PrimaryKey | |PrimaryKey | ||
|String | |String | ||
+ | |9 | ||
+ | |No | ||
|The EService primary key of this note. | |The EService primary key of this note. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|Privat | |Privat | ||
|boolean | |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". | |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". | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|Text | |Text | ||
|String | |String | ||
+ | |~500 | ||
+ | |Yes | ||
|The actual text of the note. | |The actual text of the note. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
|WhenCreated | |WhenCreated | ||
|Calendar | |Calendar | ||
+ | |N/A | ||
+ | |Yes | ||
|The date and time that the note was created. | |The date and time that the note was created. | ||
|} | |} |
Latest revision as of 22:22, 5 September 2005
[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 EService user name of the person adding the note. |
PrimaryKey | String | 9 | No | The EService primary key of this note. |
Privat | 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. |