Hi, I’m creating a script report that will display records from multiple doctypes in one table.
Each record will be one row in the report and could be one of 3 doctypes.
I’d like one column on the table to display the name of the record as a clickable link to the document page. Is there a good way to do this for multiple doctypes?
I’m guessing I might have to build the html link myself from the record name and doctype. But maybe Frappe has a python function for this?