Add DISG personality type and caller type fields; update visibility logic for CBeteiligte and Contact entities
This commit is contained in:
@@ -145,6 +145,15 @@
|
||||
"maxLength": 100,
|
||||
"isCustom": true
|
||||
},
|
||||
"anruferIst": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"optionsReference": "CVmhErstgespraech.anruferIst",
|
||||
"default": "Vermieter",
|
||||
"style": [],
|
||||
"maxLength": 100,
|
||||
"isCustom": true
|
||||
},
|
||||
"salutationName": {
|
||||
"options": [
|
||||
"",
|
||||
@@ -180,6 +189,12 @@
|
||||
"cDISGTyp",
|
||||
"deleted"
|
||||
]
|
||||
},
|
||||
"anruferIst": {
|
||||
"columns": [
|
||||
"anruferIst",
|
||||
"deleted"
|
||||
]
|
||||
}
|
||||
},
|
||||
"optimisticConcurrencyControl": false
|
||||
|
||||
Reference in New Issue
Block a user