Posted by eminencehealthcare on December 21, 2012 at 1:01am
I have created a user account date field.
I would like to be able to change this date automatically when a date changes in a specific content type.
Can anyone please point me in the right direction?
Comments
You might be able to wire
You might be able to wire something up using the Trigger and Rules modules.
- Corey
http://cscrunch.com
Worked perfectly.
Thanks for the reply Corey, the rules module worked perfectly.
For anyone else interested in doing this I created a rule with the following:
Event:
After saving new content
Conditions:
Content is of type (my content type)
Actions:
Set a data value
selected data: node:author:my_field
new value to set for specified data: node:my_changed_field
-Eminence Healthcare