ronaksomani
10 years agoMentor
Activity Object for User Update
Hi,
I want to capture the rank change activity for a User in community. I have tried to make use of Freemarker Activity Context Object as below:
<#if activity.results.name.UserUpdated?? >
</#if>
But above condition is success only in new session, if in same session there is Rank change for member, this condition still returns false. I am writing it in Page Footer section.
Also, if condition is success, it symbolizes that User Object has been updated, but I want to capture Rank change event in specific.
Is there a way to achieve it?
Any help will be appreciated.