I am using suitecrm 8.6 version
But in this after_login logichook is not getting called. Tried adding it and also checked for suitecrm existing after_login logichook
Is there any change in fter_login logichooks for suite8
I am using suitecrm 8.6 version
But in this after_login logichook is not getting called. Tried adding it and also checked for suitecrm existing after_login logichook
Is there any change in fter_login logichooks for suite8
Hey the SuiteCRM 8 introduced a new logic hook called
after_user_session_init.
I once had to refactor an old plugin that was using after_login plugin and I found this hook fulfilled my needs
Thanks a lot. It worked
Thank you ! I could not find any documentation that SuiteCRM dropped this logic hook… Too bad.
Thank you so much. I was having a nightmare trying to solve this.
Could you please share your code snippet? So, it will help other in future to understand its usage.