Hyperlink is missing in Subpanel

Hi All,

I have Opportunity (Oppty) subpanel) under Accounts, I have created an Opportuinity under it, but when I check that Oppty under Account page, the hyperlink is not coming through which I can directly go to that respected oppty, just the Oppty name as TEXT is coming…
I have to go separately to Oppty module page and search that specific which is not feasible.

How can I achieve this.

Many thanks!

Is it a custom field or a regular field. Have you changed the fields viewed in the subpanel list?

No, the Oppty Name is a regular name type field

Hi @amariussi

Could you please suggest.

Many thanks!

hi @rachit_sinha09, did you find the solution? I have the same problem…

Thanks!

@javitoron

If I understand problem correctly.
You should add several parameters of the field to file:
custom/modules/Opportunities/metadata/subpanels/ForAccounts.php

...
'opportunity_type'=>array(
...
            'target_field' => '<field_name>',
            'target_record_key' => 'id',
            'target_module' => 'Opportunities',
            'widget_class' => 'SubPanelDetailViewLink',
),
...