cancel
Showing results for 
Search instead for 
Did you mean: 

Calling the url of the web script from custom ui action

srik
Champ in-the-making
Champ in-the-making
Hi Team,

I have created the web script and custom action UI, How do I call the url of web script on click of the custom action (document Action) so that the url navigates me to other page .


Thanks
Srikanth S
1 REPLY 1

lementree
Champ on-the-rise
Champ on-the-rise
Hi,

you need to define the custom as javascript, in that javascript you need to call window.location.href=<url> to redirect