After login logichook not getting triggered for suitecrm 8 version

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

3 Likes

Thanks a lot. It worked

1 Like

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.

1 Like

Could you please share your code snippet? :melting_face: So, it will help other in future to understand its usage.