Select record list view with appleid filter
Collapse
X
-
There are two build-in handlers for account and accounts: https://github.com/espocrm/espocrm/t...select-related
In metadata > clientDefs > YourEntityType.json
Code:{ "relationshipPanels": { "yourLink": { "selectHandler": "handlers/select-related/same-account-many" } } }
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
There are two build-in handlers for account and accounts: https://github.com/espocrm/espocrm/t...select-related
In metadata > clientDefs > YourEntityType.json
Code:{ "relationshipPanels": { "yourLink": { "selectHandler": "handlers/select-related/same-account-many" } } }
But how can I make it show only accounts with certain filter, type - 'Lender'?
And another similar issue:
I have 3 contact->opportunity relations:
a) opportunitiesPrimary - Many-to-One - label Opportunities (as a Borrower)
b) contact1 - Many-to-One - label Opportunities as Borrower's Agent
c) contact12 - Many-to-One - label Loans as Escrow/Title
How can I make 'borrower' dropdown to open contacts with filter type 'Borrower', 'Agent', 'Escrow' or 'Escrow title'?
---
If I am asking for too much, I will then continue to paid support.
ThanksAttached FilesLast edited by Russ; 05-10-2024, 08:33 PM.Comment
-
You can create a Report Filter for each type. Then at Administration > Entity Manager > Opportunities > {link} > Edit, you can select that filter. This is a new feature: https://github.com/espocrm/espocrm/issues/3002. The downside, is that you will have primary filters that you may not need other than for selecting related record. In future I think we will have the ability to make Report Filters hidden on the list view.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
You can create a Report Filter for each type. Then at Administration > Entity Manager > Opportunities > {link} > Edit, you can select that filter. This is a new feature: https://github.com/espocrm/espocrm/issues/3002. The downside, is that you will have primary filters that you may not need other than for selecting related record. In future I think we will have the ability to make Report Filters hidden on the list view.
This fixed the vast majority, thanks, yuri
Comment
-
You can create a Report Filter for each type. Then at Administration > Entity Manager > Opportunities > {link} > Edit, you can select that filter. This is a new feature: https://github.com/espocrm/espocrm/issues/3002. The downside, is that you will have primary filters that you may not need other than for selecting related record. In future I think we will have the ability to make Report Filters hidden on the list view.Comment
Comment