CustomerNotes
Create, update, and query Reckon Customer Notes. This table requires QBXML version 12.0 or higher.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier of the note in the format CustomerId|NoteId. | |
| CustomerID | String | False |
Customers.ID |
The Id of the customer the note is associated with. |
| Name | String | False |
The name of the customer. This is required to have a value when inserting. | |
| FullName | String | True |
The full name of the customer, including parents in the format parent:customer. | |
| NoteId | String | False |
Id of the note. | |
| Date | String | False |
Date for this note | |
| Note | String | False |
Note for this customer | |
| EditSequence | String | False |
An identifier used for versioning for this copy of the object. | |
| TimeModified | Datetime | False |
When the customer was last modified. | |
| TimeCreated | Datetime | False |
When the customer was created. |
Pseudo-Columns
Pseudo Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| IncludeJobs | Boolean |
Whether or not to include job information in the results. The default value is TRUE. |