Enhance EspoCRM entities and layouts with new relationships, fields, and troubleshooting sections; update README.md for clarity and add new layout files for CAdressen and CBeteiligte.
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
"type": "address",
|
||||
"isCustom": true
|
||||
},
|
||||
"isActive": {
|
||||
"type": "bool",
|
||||
"default": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"autoapplymietverhaltnisportaluser": {
|
||||
"notNull": true,
|
||||
"type": "bool",
|
||||
@@ -84,6 +89,14 @@
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"contactsAdressen": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cAdressenContact",
|
||||
"foreign": "cAdressenContact",
|
||||
"entity": "Contact",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
Reference in New Issue
Block a user