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/Webhook.json
T
2024-02-20 13:22:03 +02:00

43 lines
1.1 KiB
JSON

{
"controller": "controllers/record",
"inlineEditDisabled": true,
"recordViews": {
"list": "views/webhook/record/list"
},
"menu": {
"list": {
"dropdown": [
{
"labelTranslation": "Global.scopeNamesPlural.WebhookQueueItem",
"link": "#WebhookQueueItem",
"aclScope": "WebhookQueueItem"
}
]
}
},
"dynamicLogic": {
"fields": {
"event": {
"readOnly": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
},
"secretKey": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
}
}
}
}