You need to sign in to do that
Don't have an account?
Suman Kuch
Custom button to call another URL without window
Hi,
I have an intergration API url that passes record name, and I need to create a button which calls that integration URL. I created a button, but see the below but when I click that button the integration couldn't recieve the call. How do I make call from button which should not open a new window?
I have an intergration API url that passes record name, and I need to create a button which calls that integration URL. I created a button, but see the below but when I click that button the integration couldn't recieve the call. How do I make call from button which should not open a new window?
You can try using the window.open JS function. Please follow the link (https://www.w3schools.com/jsref/met_win_open.asp)to know more of syntax,using the _Parent attribute you can force the page to open in the current window.
Hope it helps
RD