Field in Dashlet from a relation

I have create a custom module.
The module has a many to many relation with accounts.
I want to include the name of the account in the dashlet.
But the Account name is no one of the availabe fields.
How caon I made this field availabe?
Thank you.

If you can’t find an obvious way to do it, maybe it’s not possible.

You can always customize your dashlet in PHP if you are a developer.

You can also consider a workaround like adding a custom field to hold the account name, and filling it automatically when the Account changes. This way you would a field to use in the Dashlet.

But I wonder if this makes sense for a many to many relationship, there isn’t a single account that relates to your record. Do you want to show a list when there is more than one?