According to the file structure in the picture, how can i refer “distributeLeadshandler.js” as the handler in the “Leads.json” code:
Code:
{
"menu": {
"list": {
"buttons": [
"__APPEND__",
{
"label": "Distribute Leads",
"name": "distributeLeadsButton",
"action": "distributeLeads",
"style": "default",
"acl": "edit",
"aclScope": "User",
"handler": “custom:distributeLeadshandler",
"actionFunction": "openDistributeSlider"
}
]
}
}
}

Comment