Yes.If I want it to trigger even when the user is updated on the backend should I add the backend trigger?
Is your "show family member tab" displayed in profile edit? Profile edit displays are jQuery driven. If the field isn't on profile edit it maybe having a hard time determining the initial value of the field. In this case you would not use a simple condition of the field, but instead use a Custom > Value then substitute the field value in using [FIELD_NAME]. The reason for this is Custom > Value will always compare to the raw field value and not bother looking for it in the DOM to jQuery condition it.Conditional is: IF "show family member tab" equal to "1" translate NO then SHOW for registration=disabled, profile edit=enabled, profile view=enabled ... and the result is that the tab shows on edit profile but not on view. Conditionals 4.02 installed. The field is NULL for this user.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ensure you're using CB Auto Actions 6.1.1. You maybe being hit by the automatic user detection bug in previous releases.Ok thanks - got that working. Now on to AutoActions. When I update user profile of Family Plan user, and tell it to create a new user, it doesn't create the user. I'm thinking they aren't firing. Is there a way to see a log of which Auto Actions are being run and what the results of the conditions are?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.