Hi all - I'm bordering on self-harm and need a lit...
# suitescript
j
Hi all - I'm bordering on self-harm and need a little assistance around searching. When I search on external Id on a custom object using
['externalId', 'anyof', keyArray]
, I get no responses ... no matter what I do. I've even tried building a custom where clause like
[["externalId","is","CON - 345224"],"OR",["externalId","is","CON - 435345"]]
. Any assistance is much appreciated.
n
Make a saved search and use Search Export Extension for Chrome. BTW, I do notice you are supplying only 3 parameters for nlobjFilter object. The correct way to do this would be something like ['externalId', null, 'anyof', keyArray] The null argument here is the join operator is applicable. I strongly suggest that you make your searches using Saved Search and then use the Search Export plugin. Add it to Chrome from here: https://chrome.google.com/webstore/detail/netsuite-search-export/gglbgdfbkaelbjpjkiepdmfaihdokglp?hl=en
👍 1