Hi Team
we have a customisation in place where we wanted to land all the categories to a specific category only so how we can override this redirection.
Thank you in advance.
Best regards,
Hi Team
we have a customisation in place where we wanted to land all the categories to a specific category only so how we can override this redirection.
Thank you in advance.
Best regards,
Best answer by gabrielpaz86
Hi
If you want to edit the link to the external page, then you can override NavigateExtern of BCConnector graph, but by doing this you will be changing all the redirections from all entities used in the connector. There you should throw a PXRedirectToUrlException with the URL to be redirected.
Just a note, If you call the base method before your logic, then it might not work properly. Also, I suggest you to consider cases where the extern id from status doesn’t exist, as well as base URL.
One more info, unfortunately by design decision, we can’t customize the NavigateExtern from Sync History graph. So, that might explain why your NavigateExtern is never hit.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.