SampleApp
Represents the sample Customer Management app from the Sales Support Pack, useful for testing integration scenarios or exploring Kintone functionality.
Columns
| Name | Type | ReadOnly | References | Description |
| RecordId | Int | True |
Identifier of the sample record, used to reference or retrieve the entry within the sample app. | |
| Revision | Int | True |
Revision number of the sample record, indicating how many times the entry has been updated. | |
| AppId | Int | True |
Identifier of the sample app from which the record originates. | |
| Remarks | String | True |
Free-text remarks associated with the sample record, typically used for notes or comments. | |
| UpdaterCode | String | True |
Login name of the user who last updated the sample record. | |
| UpdaterName | String | True |
Display name of the user who last updated the sample record. | |
| CreatorCode | String | True |
Login name of the user who originally created the sample record. | |
| CreatorName | String | True |
Display name of the user who originally created the sample record. | |
| PostalCode | String | True |
Postal code associated with the customer or location represented in the sample record. | |
| DepartmentName | String | True |
Name of the department linked to the customer or contact information in the sample record. | |
| EmailAddress | String | True |
Email address of the customer or primary contact stored in the sample record. | |
| PersonInChargeName | String | True |
Name of the staff member responsible for managing the customer or case represented in the sample record. | |
| UpdateDateAndTime | Datetime | True |
Date and time when the sample record was last updated. | |
| CustomerName | String | True |
Name of the customer referenced in the sample record. | |
| Address | String | True |
Physical address associated with the customer or location in the sample record. | |
| TEL | String | True |
Telephone number associated with the customer or primary contact. |