-
Parse results from search.lookupFields for list type field
Hello gurus! I think this should be simple but struggling to find the right code for this this. I have a custom List field on my Item record and want to get the value when the Item is entered on a sales order. My Script: /** *@NApiVersion 2.x *@NScriptType ClientScript */ define(['N/error', 'N/record', 'N/search',…
-
What does "�" mean in a SOAP Response?
Hi team, We are getting a lot of responses from the NetSuite which contain the code "�", the same code from different NetSuite accounts, and this code isn't parsable by the SOAP client. Could you please tell me what is the reason of such codes?
-
parse array
I've been struggling with a problem for hours now which is probably very simple but I can't work it out? I am pulling multiple values from a search in suitescript 1 and putting into a variable called resultSize. Using Log Execution this shows 2,4 as these correspond to two items from a multiple select list. This is the…