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/Global.json
T
Yuri Kuznetsov acc219aded view user access
2024-11-07 17:41:00 +02:00

21 lines
587 B
JSON

{
"detailActionList": [
{
"name": "viewAuditLog",
"label": "View Audit Log",
"actionFunction": "show",
"checkVisibilityFunction": "isAvailable",
"handler": "handlers/record/view-audit-log",
"groupIndex": 4
},
{
"name": "viewUserAccess",
"label": "View User Access",
"actionFunction": "show",
"checkVisibilityFunction": "isAvailable",
"handler": "handlers/record/view-user-access",
"groupIndex": 4
}
]
}