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
2015-08-24 17:33:43 +03:00

77 lines
2.2 KiB
JSON

{
"recordViews":{
"detail":"InboundEmail.Record.Detail",
"edit":"InboundEmail.Record.Edit",
"list":"InboundEmail.Record.List"
},
"formDependency": {
"createCase": {
"map": {
"true" : [
{
"action": "show",
"fields": ["caseDistribution"]
}
]
},
"default": [
{
"action": "hide",
"fields": ["caseDistribution"]
}
]
},
"caseDistribution": {
"map": {
"Round-Robin" : [
{
"action": "show",
"fields": ["targetUserPosition"]
}
],
"Least-Busy" : [
{
"action": "show",
"fields": ["targetUserPosition"]
}
]
},
"default": [
{
"action": "hide",
"fields": ["targetUserPosition"]
}
]
},
"reply": {
"map": {
"true" : [
{
"action": "show",
"fields": ["replyEmailTemplate", "replyFromAddress", "replyFromName"]
}, {
"action": "setRequired",
"fields": ["replyEmailTemplate"]
}
]
},
"default": [
{
"action": "hide",
"fields": ["replyEmailTemplate", "replyFromAddress", "replyFromName"]
}, {
"action": "setNotRequired",
"fields": ["replyEmailTemplate"]
}
]
}
},
"searchPanelDisabled": true,
"relationshipPanels": {
"filters": {
"select": false,
"rowActionsView": "views/record/row-actions/relationship-edit-and-remove"
}
}
}