DocumentCheckStates
document_check_state__sys
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
id |
| Name | String | True |
name__v |
| Status | String | False |
status__v |
| Created By | String | True |
created_by__v |
| Created Date | Datetime | True |
created_date__v |
| Global ID | String | True |
global_id__sys |
| Last Modified By | String | True |
modified_by__v |
| Last Modified Date | Datetime | True |
modified_date__v |
| Link | String | False |
link__sys |
| Document Check | String | False |
doc_check__sys |
| Checked | Bool | False |
checked__sys |
| Document | String | False |
document_version__sys |
| Document (unbound) | Decimal | False |
document_unbound__sys |
Pseudo-Columns
Pseudo-column fields are used in the WHERE clause of SELECT statements and offer more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| ExternalIdColumn | String |
Specifies the External Id column to be used for Update and Upsert operations. Should be set to an unique column different from Id |