Hello all,<div><br></div><div>I am looking for some advice on an issue i&#39;m having involving Workflow, Actions and Views.</div><div><br></div><div>I am working with a content type &quot;project&quot;. A project can have many different states. I use the Workflow module to define those states, the transitions between them and the permissions based on user roles. </div>
<div><br></div><div>A very concrete example of what i need to do is this:</div><div><br></div><div>A user with the role &quot;evaluator&quot; needs to be able (preferably by simply clicking a button) <b>to take in a project for evaluation</b>, i.e. he/she needs to bring a project from the state &quot;new&quot; to the state &quot;in evaluation&quot;. I kind of got to this with Workflow. Moreover, this state change needs to trigger an action that not only changes the state, but also remembers that that particular user took that project &quot;in evaluation&quot;. In other words i need to set a user reference field to hold the state-updating user. This way i hope to be able to list the evaluator&#39;s projects &quot;in evaluation&quot; using relationships in Views filtering on the state-updating user (=project&#39;s evaluator) being the currently logged in user (correct me if i&#39;m wrong). Unfortunately i don&#39;t seem to be able to create an action with the Actions module that sets the project&#39;s field &quot;evaluator&quot; to the state-updating user. </div>
<meta charset="utf-8"><div><br></div><div>Is it possible to program an action that does the above, and how? Or am i going about this the wrong way? Should i use Rules instead? Or can i use Rules in combination with Workflow? I&#39;m puzzled. </div>
<div>Any help would be greatly appreciated!</div><div><br></div><div>Best,</div><div><br></div><div><br></div><div>Toon</div>