Name |
Type |
Comment |
sid | string | The serial id of this service type |
isLock | boolean | Determines if the column can be edited |
tag | string | Used by OfficeClip to pass specific information |
noteId | int | The unique id of the note in the OfficeClip database |
isPrivate | boolean | Represents if the note is a private note (not shown to anybody else) |
subject | string | The subject of the note. Currently this is not represented in the database. This will return first 60 characters of the note description (appended by three dots if needed) and will be ignored when saving to the database |
description | string | The description of the note |
createdByUserSid | string | The sid of the user who created the note |
createdByUserName | string | The name of the user who created the note |
createdByTimestamp | dateTime | The timestamp of the user who created the note |
modifiedByUserName | string | The name of the user who modified the event |
modifiedByUserSid | string | The sid of the user who last modified the note |
modifiedByTimestamp | dateTime | The timestamp of the user who last modified the note |
parentObjectServiceType | int | The service type of the parent object, -1 if not parent object exist |
parentObjectSid | string | The sid of the parent object |
regarding | string | what the note is regarding. This is a read only field. Attempting to set this value to anything other than null or empty string will trigger an exception |