Advice required - Relationship Management
Hi all - I'm in the process of creating a form that has a relationship (many to many) so I am using a relationship manager - when I click new related resource button in the table, I want to display a list of records in the related table that are not currently included in the relationship - so like a checkbox list - so I'm able to select multiple items in the related table and attach them to the relationship - I hope that makes sense. Whats the 'Filament' approach for doing that? Create or override the header actions of the RelationManager? Sorry for the newbie question.
1 Reply
Ignore me - just found the Actions/Attach method - happy days.