populate_list - Relationship

Hi all.

I'm looking to simply use populate_list to pull a relationship from Leads into Opportunities. I've created what I thought was the correct simple file of:

Fullscreen
1
2
3
4
<?php
$dictionary["Lead"]["fields"]["opportunity"]['populate_list'] = [
'contacts_leads_1_name' => 'contacts_opportunities_1_name',
];
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

However this has failed to work, I've put this file here - custom/Extension/modules/Leads/Ext/Vardefs

Simply it should pull the Contact through to the Opp in the custom relationship. Have I missed anything obvious?

Thanks,

Daniel

Parents
  • Sorry I'm not clear, probably due to the confusion between your 1st sentence saying 'from Leads to Opportunity' and last sentence 'pull the Contact to the Opp'

    Which one is it?

    If it's Lead, I'm guessing this would be a custom relationship with Opps, although that would be odd?

Reply
  • Sorry I'm not clear, probably due to the confusion between your 1st sentence saying 'from Leads to Opportunity' and last sentence 'pull the Contact to the Opp'

    Which one is it?

    If it's Lead, I'm guessing this would be a custom relationship with Opps, although that would be odd?

Children
No Data