How to add Custom Doctype link to customer dashboard

Hello,
I have created a custom doctype in my custom app. my custom doctype has customer field and I want to display its link and count over customer dashboard just like other standard transactions. So is there a way I can add my custom doctype link to customer dashboard through my custom app without changing any core erpnext app files.

Regards,
Deep Trivedi

@Deep,

unfortunately, this is currently not available if you wish to make changes in Customer Doctype you will need to edit the customer_dashboard.py

Any changes on that regard? Is it possible to customize dashboards for core DocTypes or still only doable through modifying core files?

I would also like to know if there’s a change in this.

I’ve had mixed success with frm.add_transactions link

Hello,

There is now override_doctype_dashboards hook available for customizing dashboards. please check it out.

2 Likes