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
Example: https://github.com/espocrm/espocrm/b.../Case.json#L87Code:{ "relationshipPanels": { "yourLink": { "selectHandler": "handlers/select-related/same-account-many" } } }Comment
-
THanks, indeed, I understood, so I can select contacts from the same account, cool!!There are two build-in handlers for account and accounts: https://github.com/espocrm/espocrm/t...select-related
In metadata > clientDefs > YourEntityType.json
Example: https://github.com/espocrm/espocrm/b.../Case.json#L87Code:{ "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.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
-
Wonderful new feature. Now what I cannot find is to how to create primary filters other than report filters. Is there documentation or examples for this ? For example, if Account has many Tasks and I want to assign each Task to a Contact of the Account, I want to filter the Contact lookup for only those contacts that are linked with the Account in question.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