Add new fields and layouts for AI Knowledge and Advoware Akten, update translations and metadata
This commit is contained in:
@@ -161,6 +161,42 @@
|
||||
"readOnly": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"advowareAktenHnr": {
|
||||
"type": "int",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAdvowareAkten"]
|
||||
},
|
||||
"advowareAktenSyncstatus": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAdvowareAkten"]
|
||||
},
|
||||
"advowareAktenLastSync": {
|
||||
"type": "datetime",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAdvowareAkten"]
|
||||
},
|
||||
"aiKnowledgeAiDocumentId": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAIKnowledge"]
|
||||
},
|
||||
"aiKnowledgeSyncstatus": {
|
||||
"type": "varchar",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAIKnowledge"]
|
||||
},
|
||||
"aiKnowledgeLastSync": {
|
||||
"type": "datetime",
|
||||
"notStorable": true,
|
||||
"utility": true,
|
||||
"layoutAvailabilityList": ["listForAIKnowledge"]
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
@@ -270,7 +306,12 @@
|
||||
"foreign": "dokumentes",
|
||||
"entity": "CAdvowareAkten",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
"isCustom": true,
|
||||
"columnAttributeMap": {
|
||||
"hnr": "advowareAktenHnr",
|
||||
"syncstatus": "advowareAktenSyncstatus",
|
||||
"lastSync": "advowareAktenLastSync"
|
||||
}
|
||||
},
|
||||
"aIKnowledges": {
|
||||
"type": "hasMany",
|
||||
@@ -278,7 +319,12 @@
|
||||
"foreign": "dokumentes",
|
||||
"entity": "CAIKnowledge",
|
||||
"audited": true,
|
||||
"isCustom": true
|
||||
"isCustom": true,
|
||||
"columnAttributeMap": {
|
||||
"aiDocumentId": "aiKnowledgeAiDocumentId",
|
||||
"syncstatus": "aiKnowledgeSyncstatus",
|
||||
"lastSync": "aiKnowledgeLastSync"
|
||||
}
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
Reference in New Issue
Block a user