Update configuration timestamps, add custom services, and implement validation and rebuild script for EspoCRM

This commit is contained in:
2026-03-10 12:35:01 +01:00
parent 641e5c0a91
commit 9b18a63acf
6 changed files with 1781 additions and 835 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace Espo\Custom\Services;
use Espo\Services\Record;
/**
* Service für CAICollection Entity
*/
class CAICollection extends Record
{
// Basis-Service-Funktionalität wird von Record geerbt
}

View File

@@ -0,0 +1,12 @@
<?php
namespace Espo\Custom\Services;
use Espo\Services\Record;
/**
* Service für CAdvowareAkten Entity
*/
class CAdvowareAkten extends Record
{
// Basis-Service-Funktionalität wird von Record geerbt
}