Anyone here have experience with SDF in Webstorm? ...
# suitescript
a
Anyone here have experience with SDF in Webstorm? A user created a complicated saved search in our production environment. I'd like to use SDF to move it to sandbox for testing in a script, but I can't figure out how to send only the saved search to the sandbox and not our entire code base.
s
#C42JX79UZ might be more help
a
Ooh, I didn't even know that existed. Thanks!
b
is one of the better channels, has an actual netsuite presence
g
Are you trying to load the search in the Script or do you want to create the search? You can use the Saved Search exporter if it is easier https://chrome.google.com/webstore/detail/netsuite-search-export/gglbgdfbkaelbjpjkiepdmfaihdokglp?hl=en-US
m
The short answer, though, is you want to update your
deploy.xml
file and only include the object for your saved search. Remove the other sections from that file and don’t use the
*
wildcard to deploy. Then you can use ‘Deploy to account’ and only the search will be deployed.