I have a custom entity where i added relationship between other 2 entities and i added the fields of those entity in my create page
I have a 3 entity
1. Lead , Quote , Invoice,
2. Now if i need to create an invoice i need to select the Lead name and Quote name
3. But these 2 fields Lead and Quote have reference like a Quote is created for a Lead ,
4. So if i select Lead , then the specific Leads Quote data should be auto populated in the Quote Select option section
5. For now i list all Lead and all Quote data
6. Let me know how i can solve this.
Thanks in advance Cheers
I have a 3 entity
1. Lead , Quote , Invoice,
2. Now if i need to create an invoice i need to select the Lead name and Quote name
3. But these 2 fields Lead and Quote have reference like a Quote is created for a Lead ,
4. So if i select Lead , then the specific Leads Quote data should be auto populated in the Quote Select option section
5. For now i list all Lead and all Quote data
6. Let me know how i can solve this.
Thanks in advance Cheers
Comment