Hi All is there a way for us to redirect users to a certain page after a success call to a service in Notifications Action? a clientside event callback maybe?
We tried to return Request.CreateResponse(HttpStatusCode.RedirectMethod, New With {.Result = "success", .URL = url}) for our service controller just for testing but it did not work.
Thanks,
Virgil