- Introduced CAIKnowledge entity with fields for name, description, and relationships to Mietinkasso and Räumungsklage. - Added localization files for CAIKnowledge in multiple languages including English, German, Spanish, and more. - Updated existing JSON files to include references to AI Knowledge where applicable. - Created necessary metadata definitions for client, entity, and record definitions for CAIKnowledge. - Enhanced existing documents and mietinkasso resources to support new AI Knowledge functionality.
20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"controller": "controllers/record",
|
|
"boolFilterList": [
|
|
"onlyMy"
|
|
],
|
|
"relationshipPanels": {
|
|
"dokumentes": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
},
|
|
"vmhRumungsklage": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
},
|
|
"mietinkasso": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
}
|
|
}
|
|
} |