19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"controller": "controllers/record",
|
|
"views":{
|
|
"detail":"Crm:Target.Detail"
|
|
},
|
|
"menu":{
|
|
"detail":{
|
|
"buttons":[
|
|
{
|
|
"label":"Convert to Lead",
|
|
"action":"convertToLead",
|
|
"acl":"edit"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"boolFilterList": ["onlyMy"]
|
|
}
|