TLDR; Is there a way to directly redirect to a module while running the serverside code? Taking into account the modules filter settings etc.
Hello, quite new to SN so sorry for the newbi question :)
Basically I need to redirect the user to a different module after running some serverside code.
The module have some filter setting set in "Link type". Guess I could copy these and hard code them into the redirect via action.setRedirectURL()
, but that wouldn't update should the modules filter change.
Help would be much appreciated, thank you :)