Please Log in or Create an account to join the conversation.
You'll need to act on the after update user and after user update triggers. You'd then need to condition against the fields value like the following example.I want to be able to change a users access group when an administrator changes a CB field to show that they have given up their membership.
Please Log in or Create an account to join the conversation.
1: [var1_FIELD_NAME] Not Equal To [var3_FIELD_NAME]
2: [FIELD_NAME] Equal To 1
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can find what variables triggers provide by reviewing CBs source code or checking the below tutorial. We'll eventually make it easier to find trigger variables, but we currently don't have a solution beyond the below.How does anyone know that you have to use var1 and var3 to compare the field before and afterwards if there is no documentation? Are there other variables that one should know about?
Yes, the condition is just making sure the FIELD_NAME has changed its value from its previous value and that it has changed to 1.Will this work from the backend? i.e. if an administrator changes something in the admin interface?
Mouse over the info icons next to their labels as they explain what each does.Can you also give us some more information regarding the "Translate" "Format" and "Prepare" checkboxes.
Please Log in or Create an account to join the conversation.