I am looking to implement a Rule that fires when a User's Role changes. I would like to be able to configure the Role transition that triggers the Rule.
For example:
- Paid -> Expired = Trigger Expired Rule
- Expired -> Paid = Trigger UnExpire Rule
Does anybody know of any existing module / Rule that implements this type of Rule?
Thanks.
Comments
Comment #1
amitaibuYou can already do it:
Event: User registered/ User updated account
Condition: User has role.
Comment #3
jrosen commentedHi, thanks of the info. It helped me to identify when a user no longer has the selected role(s) by comparing the unchanged_user and then comparing the updated_user.
Now, I am wondering how I can reference all of the nodes of a certain type for the user and change the workflow status in the Action.
I would greatly appreciate any advice you can offer .
Comment #4
jrosen commentedupdated status
Comment #5
mitchell commentedPlease open a new support request.
Comment #6
mitchell commentedUpdated component.