F
Filament6mo ago
daar

Relation Manager dependency

I've got a relation manager, and I'm looking to introduce a dependency. This would narrow down the visible records it shows to only those attachable items where the customer matches the one associated with the record I'm aiming to attach it to. Consider this example: The invoice requires payments to be linked, specifically those associated with the selected customer for this particular invoice.
3 Replies
daar
daar6mo ago
Hi @DrByte, this modifies the table. What I am looking for is modifying the form. So when I click attach, I only see payments that are: 1. authorized and 2. belong to the same client, that is referred to in the invoice Another thing, when using a relation manager, it by default shows a select with the options to select from according to the relationship. Is it possible to show a table instead and do a bulk selection? This would allow searching, sorting and filtering, which is truly helpful when addressing large datasets.