How to populate a NodeReference field in an existing node after a given content type was created
Dear All:
I am fairly new to Drupal and Rules. I have already created a few rules to automate notifications on content creation, CCK field changes etc. Those I did, I followed the information on the documentation. This modules is quite powerful and I want to learn a bit farther how to use it and diminish the work load of my users
I have read many post from this group and I believe the issue I have is not fully referenced or I totally missed it. This post http://groups.drupal.org/node/71243 I think has something to do with my case but not completely. So let me explain my situation.
Read moreHow to use rules with a Node Reference?
I'm trying to use a rule so that after Content B is newly created, that the rule triggers and the person is re-directed back to the url of the node that they just created has a reference to. Essentially, I want the rule to follow the node reference that I have already loaded into the node with the prepopulate module, back to the node it references.
Read more