could someone point me to what function i would us...
# suitescript
m
could someone point me to what function i would use to find the bin location / item for a specific serialized item?
m
You may want to execute an item search for this using the N/search module
m
nlapiSearchRecord?
j
N/search is SS2.0
one easy way to approach it is to get the Netsuite Search Export chrome extension
👍 1
then create a search for a particular serialized item which returns the bin location or whatever other details you want
once you've got that done, edit your saved search and you'll have a button to export it which will give you the ss1.0 code to build the search programmatically