According to the documentation here:
https://docs.frappe.io/framework/user/en/guides/desk/formatter_for_link_fields
We can use frappe.form.link_formatters
to customize how Link fields display values by combining name
with another field (like title
or subject
).
Does this also work with Dynamic Link fields?
If yes, could someone share a working example or any official documentation reference?
Thanks!