Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: As an alternative you can try modifying the user object by reference (the Field action will update the user object) by setting References to Variable 1 under Parameters tab then ensure the profile update logger plugin is ordered after CB Auto Actions in CB > Plugin Management.
Thanks.
I think Thos would be the best solution.
I need to learn more about this first, is there any documentation you would recommend?
Please Log in or Create an account to join the conversation.
Nope, but I've explained all you need to do. Be sure References under Parameters is set to Variable 1 and ensure CB Profile Update Logger is ordered after CB Auto Actions in CB > Plugin Management. I've no idea if this will work though. Depends a lot on what trigger your using as CB Profile Update Logger acts on onAfterUserUpdate and onAfterUpdateUser.I need to learn more about this first, is there any documentation you would recommend?
Please Log in or Create an account to join the conversation.
krileon wrote: Nope, but I've explained all you need to do. Be sure References under Parameters is set to Variable 1 and ensure CB Profile Update Logger is ordered after CB Auto Actions in CB > Plugin Management. I've no idea if this will work though. Depends a lot on what trigger your using as CB Profile Update Logger acts on onAfterUserUpdate and onAfterUpdateUser.
Please Log in or Create an account to join the conversation.
CB Profile Update Logger does not use that trigger. That trigger is fired after the triggers CB Profile Update Logger acts on resulting in the change never being logged. You need to use onAfterUserUpdate.I use the trigger onAfterUserProfileSaved.
Yes.Then I marked Variable 1 under Parameters/References. Is that all?
Please Log in or Create an account to join the conversation.