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/Modules/Crm/Resources/metadata/scopes/Task.json
T
2023-05-01 14:21:36 +03:00

23 lines
623 B
JSON

{
"entity": true,
"layouts": true,
"tab": true,
"acl": true,
"aclPortal": true,
"aclPortalLevelList": ["all", "account", "contact", "own", "no"],
"activityStatusList": ["Not Started", "Started"],
"historyStatusList": ["Completed"],
"completedStatusList": ["Completed"],
"canceledStatusList": ["Canceled"],
"module": "Crm",
"customizable": true,
"importable": true,
"notifications": true,
"calendar": true,
"object": true,
"statusField": "status",
"stream": true,
"kanbanStatusIgnoreList": ["Canceled", "Deferred"],
"statusFieldLocked": true
}