Generalized Documents
Organization-level advanced settings:
Add the following configuration under Custom item types
[
{
"name": "Long-Lived Document",
"fields": [
{
"kind": "SYSTEM",
"fieldKey": "description",
"isEditableInKetryx": true
},
{
"kind": "SYSTEM",
"fieldKey": "introducedInVersion",
"isEditableInKetryx": true
},
{
"kind": "SYSTEM",
"fieldKey": "obsoleteInVersion",
"isEditableInKetryx": true
}
],
"category": "DOCUMENT",
"lifecycle": "LONG_LIVED",
"shortName": "LLD",
"isEditableInKetryx": true
},
{
"name": "Pointwise Document",
"fields": [
{
"kind": "SYSTEM",
"fieldKey": "description",
"isEditableInKetryx": true
},
{
"kind": "SYSTEM",
"fieldKey": "introducedInVersion",
"isEditableInKetryx": true
}
],
"category": "DOCUMENT",
"lifecycle": "POINT_WISE",
"shortName": "PD",
"isEditableInKetryx": true
}
]
Enable documents as items
Verify configuration

Adding a custom relation
Organization-level advanced settings:
Add the following configuration under Custom relations:
Next steps

Adding a custom field
Organization-level advanced settings:
Add the following configuration under the custom item fields configuration
Add the following configuration under item fields:
Add the following configuration under Custom item types

Clarifications
Last updated
Was this helpful?