I am stuck at a simple task. Maybe someone can give me a hint
Parent MIGXdb config: products
Nested MIGXdb config: product_images
When I add images inside the nested grid I want to automatically set the product_id field to the id of the parent product. How can I accomplish this? Right now product_id is always 0, so the relation is not set. Do I need to use a Hook Snippet (Example:{“aftersave”:“myaftersave_snippet”})?
Thanks in advance!