Hi there,
We use a custom item to track our events (Events__c), and I’m trying to link another custom item to it (called Item__c) and display the related list in a table. We wanted a many-to-many relationship, so I created a junction item called Itemlink__c. I added a model to my page for Itemlink__c and then pulled in the field for the related Item__c. Itemlink__c has a Master-Detail relationship with Events__c, and a lookup relationship with Item__c.
The problem is, when I add a new row to the table and pick the item to add, I get the error message “Required fields are missing: [Event]”. Shouldn’t it automatically fill in whatever record I have open for the event field?
Thanks so much!
Question
Adding a new related record in a table

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.