Skip to main content

Good morning,

 

I was wondering if there is any way to redirect users to the home page when they click on the notification.

 

I can redirect them to a specific record page, but in some cases this won't be possible and I need to use the Home page as default via the below method.

 

notification.SetTargetId(???); 

 

Has anybody implemented this before?

 

Many thanks in advance.

1 answer
  1. Feb 16, 2022, 12:06 PM

    I ended up finding the solution by using notification.settargetpageref(object} 

0/9000