I have a situation where I have two entities -- one is the Contact entity and the other is a custom entity that has a N:1 relationship to contact. On the custom entity form, I'd like to include a subgrid of cases. Because case is not directly related to this custom entity, I cannot use the "related records" type for the subgrid. So I'm using the "All Records Type" -- When a user clicks on the "+" on the subgrid to create a case, I'd like to pass the quick create form the proper value of the Contact that is associated to the custom entity record. Is there a way to do this with javascript either on the custom entity form, using the subgrid object, or on the case quick create form? Or some combination of these? If my question is unclear, I'd be happy to clarify. Thanks in advance for any help.
*This post is locked for comments