77 lines
2.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|