Redirect to other page using UI action in Service portal form
Hi All, I have requirement to redirect to different URL on click on UI button/link. Created server side UI action with below code but its not working. var customURL="/csm"; action.setRedirectURL(customURL); I can't use window.open() or g_navigation.o...