AnswerVersionsNotes
The note text associated with the objects such as contacts and organizations.
Table-Specific Information
SELECT
The driver will use the Oracle Service Cloud API to process WHERE clause conditions built with =,!=,<,>,<=,>=,IN,NOT_IN,IS,IS_NOT,LIKE operators. The rest of the filters are executed client side within the driver.
SELECT * FROM AnswerVersionsNotes WHERE id = 12 SELECT * FROM AnswerVersionsNotes WHERE id > 15 SELECT * FROM AnswerVersionsNotes WHERE text LIKE '%test' SELECT * FROM AnswerVersionsNotes WHERE id IN (12, 23, 123) SELECT * FROM AnswerVersionsNotes WHERE text IS NOT NULL
Columns
Name | Type | Description |
AnswerVersionsId | Long | Id of the answer version. |
ChannelId | Long | Id of channel. The channel through which the note was created. |
ChannellookUpName | String | LookUpName of channel. The channel through which the note was created. |
CreatedByAccountId | Long | Id of createdByAccount. The staff member account that created the note. |
CreatedByAccountlookUpName | String | LookUpName of createdByAccount. The staff member account that created the note. |
CreatedTime | Datetime | The date and time when the note was created. This attribute is read-only. |
Id [KEY] | Long | The unique identifier of the note. |
Text | String | The text content in the note. |
UpdatedByAccountId | Long | Id of updatedByAccount. The staff member account that updated the note. |
UpdatedByAccountlookUpName | String | LookUpName of updatedByAccount. The staff member account that updated the note. |
UpdatedTime | Datetime | The date and time when the note was last updated. This attribute is read-only. |