Hi all, Maybe I have dummy question, but still.......
# suitescript
s
Hi all, Maybe I have dummy question, but still..... I`m trying to fetch vendor currencies via search module, but cannot find how to get all available currencies for vendor. My code looks something like this: search.create({type:'vendor', columns:['currency'], filter:[filtering by id....]} But this search return only primary currency and not list of currencies. Because currency is sublist of vendor record, the syntax should be different or there should be kind of join maybe. Any ideas?🙏
a
The easiest or cleaner way to troubleshoot search problems is to create the search in the UI; once you verify that you are getting the results you want, you could use something like NetSuite Search Export Chrome Plugin to see the code.