I have a sales order search save that returns the ...
# suitescript
p
I have a sales order search save that returns the customer ship address information, in columns address, city, state, zipcode. When I check the save scripts programiticly to see the field names returned all I see is the shipaddress field returned which ends up containing the customer name, address, city, state, zip,country , is there a way I can get this returned in separate accessible columns? OutPut += searchResult[i].getValue({ name: 'shipaddress' });