Initial commit
This commit is contained in:
20
application/Espo/Resources/metadata/clientDefs/Global.json
Normal file
20
application/Espo/Resources/metadata/clientDefs/Global.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user