Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"fields": {
|
||||
"account": {
|
||||
"type": "link",
|
||||
"readOnly": true,
|
||||
"customizationDisabled": true
|
||||
},
|
||||
"parent": {
|
||||
"entityList": ["Account", "Lead", "Contact", "Opportunity", "Case"]
|
||||
},
|
||||
"tasks": {
|
||||
"type": "linkMultiple",
|
||||
"readOnly": true,
|
||||
"columns": {
|
||||
"status": "status"
|
||||
},
|
||||
"view": "crm:views/task/fields/tasks",
|
||||
"customizationDefaultDisabled": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"account": {
|
||||
"type": "belongsTo",
|
||||
"entity": "Account"
|
||||
},
|
||||
"tasks": {
|
||||
"type": "hasMany",
|
||||
"entity": "Task",
|
||||
"foreign": "email"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user