There are no record link for Global Search results

Hello,

I have custom module and add it to global search list. When i search something, results are coming but i couldn’t click them. There is no link to click them. How can i achieve this?

Thanks,

Based on your screenshot, are any of those field clickable via that’s custom module’s list view? I suspect you haven’t set the name field in the listview defs (which is usually clickable). If you want another field to be clickable rather than default fields (name/subject) you will have to update the viewdefs with custom code.

Yes, Full Name is clickable in my custom module

Changing field name from Full_Name to Name, it is ok now.
Thanks,

1 Like