18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"fields": {
|
|
"account": {
|
|
"type": "link",
|
|
"readOnly": true
|
|
},
|
|
"parent": {
|
|
"entityList": ["Account", "Lead", "Opportunity", "Case"]
|
|
}
|
|
},
|
|
"links": {
|
|
"account": {
|
|
"type": "belongsTo",
|
|
"entity": "Account"
|
|
}
|
|
}
|
|
}
|