According to http://infoqubeim.com/drupal5/?q=node/128, auto-assignment rules can be triggered as follows:
- A: Update target field when the current field is added (initially no value in the current field)
- M: Update target field when the current field is modified (initially there is a value in the current field)
- E: Update target field when the current field is erased (the current field had a value and you deleted it)
Say you already have a value in the current field for an item, but now you want to create a new auto-assign value to push a value to a target field, or set a tag for that same item, without modifying the existing value in the current field for that item? (As if the value were just added to the current field.) Is there a way to do this?
I entered an auto-assignment rule to set a tag, to see if it would be applied where items already contained a value for that field. Didn't work. Also tried the Recalculate button, but that applies only to row equations.
Comments