This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/clientDefs/InboundEmail.json
T
Yuri Kuznetsov 4ba74fe8b4 fix
2022-12-01 19:58:09 +02:00

106 lines
3.1 KiB
JSON

{
"recordViews":{
"detail":"views/inbound-email/record/detail",
"edit":"views/inbound-email/record/edit",
"list":"views/inbound-email/record/list"
},
"inlineEditDisabled": true,
"formDependency": {
"reply": {
"map": {
"true" : [
{
"action": "show",
"fields": ["replyEmailTemplate", "replyFromAddress", "replyFromName"]
}, {
"action": "setRequired",
"fields": ["replyEmailTemplate"]
}
]
},
"default": [
{
"action": "hide",
"fields": ["replyEmailTemplate", "replyFromAddress", "replyFromName"]
}, {
"action": "setNotRequired",
"fields": ["replyEmailTemplate"]
}
]
}
},
"dynamicLogic": {
"fields": {
"smtpUsername": {
"required": {
"conditionGroup": [
{
"type": "and",
"value": [
{
"type": "isTrue",
"attribute": "useSmtp"
},
{
"type": "isTrue",
"attribute": "smtpAuth"
}
]
}
]
}
},
"fetchSince": {
"visible": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "useImap"
}
]
},
"readOnly": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "fetchData"
}
]
},
"required": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "useImap"
}
]
}
}
}
},
"searchPanelDisabled": true,
"relationshipPanels": {
"filters": {
"select": false,
"rowActionsView": "views/record/row-actions/relationship-edit-and-remove",
"unlinkDisabled": true
},
"emails": {
"select": false,
"create": false,
"rowActionsView": "views/record/row-actions/remove-only",
"unlinkDisabled": true
}
},
"defaultSidePanelFieldLists": {
"detail": [
],
"detailSmall": [
],
"edit": [
],
"editSmall": [
]
}
}