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