I have data in my system, but when I add a dashlet (regardless of which one) the dashlet window displays "no data". I can go to the Oppurtunities page, and see both the list and stage graphics. However, upon creating the dashlet, it says no data. permissions issue? This seems to be a new issue, and I really can imagine where anything would have been changed, as the configuration has been done completely within the CRM Admin panels. Suggestions please?
Announcement
Collapse
No announcement yet.
struggling with dashlets
Collapse
X
-
Hi Damon,
I've reproduced your issue by removing the 'Stage Probabilities (%)' parameters for the stage field (Administration -> Entity Manager -> Opportunity -> Fields -> stage). Restore values and try to reproduce again. Set the 'Date Filter' -> 'Ever' in the dashlet options to be able to see all your opportunities will be shown in the dashlet.
-
Hi,
1. The stage order depends on how they ordered in the Options parameter. Fix it in Administation -> Entity Manager -> Opportunity -> Fields -> Stage -> Options.
2. If you want to see the apropriate opportunities list by clicking on the 'stage' bar you need to develop it. If you have got Advanced Pack you can investigate how it performs for theReport dashlet:
- /application/Espo/Modules/Advanced/Resources/metadata/dashlets/Report.json
- /client/modules/advanced/src/views/dashlets/report.js
- /client/modules/advanced/src/views/dashlets/options/report.js
3. Closed Won or Closed Lost shouldn't be shown on this dashlet.
Comment
Comment