Is it possible to use a event entity in the option menu of a dashlet?
Thanks in advance
Thanks in advance
"teams": { "type": "linkMultiple", "view": "custom:views/fields/teams-for-dashlet" }
Espo.define('custom:views/fields/teams-for-dashlet', 'views/fields/teams', function (Dep) { return Dep.extend({ foreignScope: "Team" }); });
Comment