How to create clickable relate field

I have created a module called ‘property’ with a unique ID number and relate field that you can add items from ‘contact’ (for owner of the property). My questions is when I add a field in ‘contact’ that relates to ‘property’, I was able to find items from ‘property’ but unable to add them. Also how to make ID number clickable just like name/email ?

my bad, this is intended to be a question instead of idea.

Hello,

If you want to create any specific field value clickable in detail view. you need to add customCode. For customCode example, check your modules/Accounts/metadata/detailviewdefs.php date_entered field.

1 Like

A subpanel in a related module will be clickable without requiring custom code

You could also make a report view clickable without custom code :slight_smile: Just suggestions.