Hi,
New to Frappe as a whole and trying to add a dashboard to a custom DocType (like the ones seen in the Connections tab of the form view of Standard DocTypes) and add a connection to the existing dashboard of the Opportunity DocType.
I created a custom child table DocType ‘Attachment Link’ which has a Link field ‘attachment’ that links to a custom DocType ‘Attachment’. I added this to the Document Links section of the settings on the Attachment.
The Attachment Link DocType also has a Dynamic Link field ‘record’ that will hold the linked Opportunity/Lead/etc. The Opportunity DocType had this Document Link added.
On the Attachments DocType, the dashboard(and the Connections tab created to show the dashboard) isn’t shown at all even though show dashboard is set true.
On the Opportunity DocType, only the standard connections are shown.
I’m not self-hosting this instance of frappe so I can’t modify or add a _dashboard.py to the file system. How can I add links to the dashboard without access to the file system?