Hello Dears, is that possible to load the native c...
# suitescript
a
Hello Dears, is that possible to load the native customized report same as the saved search? same as
var mySearch = search.load({
id: 'customsearch_my_so_search'
});
b
no
👍 1
a
is that possible to fetch the report data sing the web query option
?
b
if you mean suiteql, then no
👍 1
a
I meant to consider the report as endpoint and calling this report using https module by enabling web query option checkbox. thanks for your response
b
you can, thouugh you will have to parse the format yourself
and deal with the security problems it brings, the reports essentially becomes public
🙏 1
a
Thanks