@erictgrubaugh i did that in my saved search and see them when I run the search in netsuite but when I loop through the column names in my restlet to find out the internal id to request the value of it i don't see the individual fields the only one that shows is the shipaddress containing the whole thing. After creating and saving my search I use this loop to see what field names are coming back to use for the getValue call for(var z=0; z< searchResult[i].columns.length; z++)
// {
//this gets the column names
OutPut += searchResult[i].columns[z].name;
// OutPut += "--"
// OutPut += ","
// }