Closed (outdated)
Project:
Computed Field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2009 at 17:42 UTC
Updated:
29 Dec 2018 at 12:56 UTC
Jump to comment: Most recent
Comments
Comment #1
sensoria commentedTo clarify, the two fields I need to access are node reference fields.
Comment #2
bsnodgrass commentedsubscribing...
Comment #3
dougvann commentedSensoria,
I know of no other way than to write a custom function in a custom module to do this. Are you up for that?
Also. can you walk me through the flow? Which fields are we talking about? What gets computed? What is the logic?
- Doug Vann
- www.dougvann.com
- www.twitter.com/dougvann
Comment #4
bsnodgrass commentedThe following example almost works but the problem with the node reference field persists:
When I call the specific node number the field computes.* When I use the code to grab the node ID from the node reference field nothing calculates.
*Another problem... the field appears to only compute on the first save. I changed the value in the referenced node, the computed field did not update when I edited the node holding the computed field.
Thanks, Bob
Comment #5
mmjvb commented