Tagged Questions
1
vote
1answer
91 views
Is there a best practice for attaching zero or more records to a parent item?
Things I need to do:
display a list of items related to a parent item (contacts on a quote)
be able to remove an item from its list (remove contact from quote but not delete contact)
be able to edit ...