I have a CCK computed field in a node for which I am using Workflow-ng to process. The contents of the computed field are critical to the function of the workflow.

I cannot find any access to the computed field's value. I have access to all other CCK fields and their various values, but there is nothing related to computed fields.

Is there a reason for this? Is there a workaround? I really need this feature. Can anyone help? Thanks in advance.

Comments

ifbyphone1’s picture

try a db_query(...)

fago’s picture

Status: Postponed (maintainer needs more info) » Fixed

with the latest version of computed field it should have token support, so you can access its value

http://drupal.org/node/243775

dwils03’s picture

Status: Fixed » Active

I am running Token v 5.x-1.11 and Computed Field v 5.x-1.2 and I still don't see any computed field tokens in the list of replacement values. Am I doing something wrong?

(If this needs to be moved to Computed Field, feel free to do so . . .)

fago’s picture

Project: Workflow-ng » Computed Field
Version: 5.x-2.1 » 5.x-1.2
Component: Miscellaneous » Code

I think so.

colan’s picture

Status: Active » Closed (won't fix)

Version 5 is no longer supported.