Files
espocrm/application/Espo/Resources/metadata/clientDefs/Global.json
2026-01-19 17:46:06 +01:00

21 lines
607 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
}
]
}