Brain Cramp: I want to be able to create a direct ...
# suitescript
d
Brain Cramp: I want to be able to create a direct link to a search in NetSuite menu nav.
Its in a SuiteApp, so the internalid won't be consistant
same method, more general interface is Creating Center Links
c
@darrenhillconsulting Would this not work?
<!-- This XML must be system-generated. Do not edit it manually. !-->
<savedsearch scriptid="customsearch_insertyournamehere"> <definition>blah.... from downloaded xml...</definition> </savedsearch>
d
I ended up create a Suitelet/Sublist that created links to all the searches related to the SuiteApp. Worked out pretty well in the end.
👍🏻 1