Active
Project:
Workflow-ng
Version:
5.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2009 at 23:17 UTC
Updated:
17 Jul 2009 at 23:17 UTC
I am using workflow-ng to do some actions after a node is saved. However, I want to enter some custom php code in workflow-ng that will load a different node and save a cck value in that 2nd referred node.
I can get it to work with regular drupal variables (such as "status"), but I can't get it to work with cck nodes.
Here is my scenario....
A user updates content in Node A.
If he updates certain content, then I want it to load Node B, which is already created, and update the information in a cck variable for that node.
How would this be done?