I have created an "asset" entity.
Asset entity has a "children to parent" relationship with another created entity which is "ships"
"ships" entity has a "one to many" relationship with "Cases" entity.
When I am on a case and I want to select assets for the case, in the panel to select the cases I need to see only the assets that belong to the ship that I have selected in a case, and not all the assts in general.
Is there a way to do that?
Asset entity has a "children to parent" relationship with another created entity which is "ships"
"ships" entity has a "one to many" relationship with "Cases" entity.
When I am on a case and I want to select assets for the case, in the panel to select the cases I need to see only the assets that belong to the ship that I have selected in a case, and not all the assts in general.
Is there a way to do that?
Comment