Hello,
I have the following scenario:
I have a custom entity ‘Estate Agent’ it has a lookup field to the Account entity to display the estate agents ‘Company name’.
From the Estate Agent entity there is a sub grid with a relationship to the lead entity, new leads can be created directly from the sub grid.
When a new lead is created, there is a field on the lead which displays the related Estate agents name . There is also an Account lookup field on the lead form, what I want to is for this field to be automatically populated with the company name of the related Estate Agent. So e.g. if the estate agent is called Joe Bloggs and he works at ABC Ltd, I want both these fields automatically populated (pulled from the Estate Agent form) onto the lead.
I’m having problems trying to get the estate agents related COMPANY to appear on the lead form, any direction would be useful, preferably not using code if possible.
Thank you
Ladga
Hi Abhishek,
Thank you for your in depth response, I went with approach 2 in the end which worked well.
Ladga
Hi Ladga,
I am presenting couple of alternatives for this situations for general audience to brainstorm. For your case , i belive that approach one is more suitable if no Data Import are involved .
Always feel free to Add/Update any point if missing
Approach 1) Use Data Mapping for 1:N Relationship between your Custom Entity 1(Estate Agent) and Lead.
Pros
Cons
Approach 2) Use Business Rules on Lead Form's Custom Entity Lookup Change 1 to Fetch data from Account and update the Values in customer Field.
Pros
Cons.
Approach 3) Use JavaScript on Lead Form's Custom Entity Lookup Change 1 to Fetch data from Account and update the Values in customer Field.
Pros
Cons.
Approach 4) Use Workflow on Lead Create/Update and Fetch data from Custom Entity's Account and update the Values in customer Field.
Pros
Cons.
Approach 5) Use Plugins on Lead Create/Update and Fetch data from Custom Entity's Account and update the Values in customer Field.
Pros
Cons.
Have a great day ahead !!!
Thanks,
Abhishek
Daivat Vartak (v-9d...
225
Super User 2025 Season 1
Muhammad Shahzad Sh...
106
Most Valuable Professional
Eugen Podkorytov
95