Posted by lise.perceives on November 7, 2012 at 2:31pm
I have 2 taxonomies, taxonomy1 (vid=6) and taxonomy2 (vid=7). taxonomy1 has a field, from_tax1_to_tax2.
I create a rule. When a term in taxonomy1 is created, the rule will create a term in taxonomy2 and relate the 2.
However, the relation is not created. Everything else seems to work okay.
Comments
Save Entity
Before you can assign the newly created term to the other term, you need to save the created term.
For example:
Save entityParameter: Entity: [child-term], Force saving immediately: true
You need to force the save so that the term id is valid.
Yes! It works beautifully.
Yes! It works beautifully. Thank you.