- Issue created by @marksmith
I'm looking for a solution to add the rows (entities) selected via VBO as referenced entities to a new entity which is created on submitting the VBO form.
In more human terms: I would like to create a custom product type on the fly within Drupal Commerce. During the creation process the user can select which options that newly created custom product will contain. (Think of a receipt with a selectable list of ingredients, or a menu with a selectable list of dishes). On submitting the form, a new custom Product is created, with the selected components (products) added to the newly created product.
I have a table with selectable rows. On submitting the form, I would like to:
field_entity_reference
multivalue field.field_entity_reference
of the new entityI see that there is a VBO: (Confirm) Form submit of views bulk operations, to which a Create new entity task can be connected. But I do not know how to proceed from here.
Active
1.0
Documentation