Implement CAIKnowledge and CDokumente junction functionality; add API routes, metadata, and localization files

This commit is contained in:
2026-03-12 22:39:33 +01:00
parent d0397e475e
commit 3ecc6275bc
13 changed files with 480 additions and 103 deletions

View File

@@ -1,14 +0,0 @@
<?php
namespace Espo\Custom\Services;
use Espo\Services\Record;
/**
* Junction Service: CAIKnowledge ↔ CDokumente
*
* Handles business logic for the junction table.
*/
class CAIKnowledgeCDokumente extends Record
{
// Standard CRUD logic inherited from Record service
}