Good morning, I think I have a difficult one this ...
# suitescript
s
Good morning, I think I have a difficult one this morning. I have a saved search. I've added an hyperlink, so far, so good, now, when user click on the hyperlink, I want to launch a Scheduled script automatically. Is it possible ?
n
You've "added a hyperlink" where and what is this hyperlink linking to?
s
I've tried this '<a href="https://.....app.netsuite.com/app/site/hosting/scriptlet.nl?script=1290&amp;deploy=1">Test</a>' '<a target="_blank" href="https://.....app.netsuite.com/app/site/hosting/scriptlet.nl?script=1290&amp;deploy=1">Test</a>' '<a href="javascripthttps//....app.netsuite.com/app/site/hosting/scriptlet.nl?script=1290&amp;deploy=1">Test</a>' The 2 first one, open a new window, we don't want, we want the script to run. The third one, does nothing
b
make a suitelet that does what you want
👍 2
link to that suitelet instead
s
Not sure I understand, it's calling a Suitelet
I understand what you mean. That's what I will do
Thanks