Rules create multiple child nodes with referencing to a parent node, based on CCK value
Posted by maxplus on March 6, 2012 at 1:21pm
Hi,
I'm trying to learn the Drupal techniques quick but even with reading a lot in the Drupal.org, Drupal groups and watching screencast, I can not manage to get one thing done with Rules.
I'm sure it is possible, hopefully somebody can help me with this.
This is the functionality I'm looking for:
I have a nodetype "parent" and another nodetype "child".
The parent nodetype has a field "amount".
The child nodetype has a nodereference field pointing to a single "parent" node.
When a node of nodetype "parent" is saved, I would like to fire a Rule which does the following:
Read more