anyone know how to handle suitelet sublist paramet...
# suitescript
m
anyone know how to handle suitelet sublist parameters in the POST request? I am getting back unicode (I think)? Is there any way to format this so I can send it on to an API call? my sublist has 2 fields. I get a u0001 between those 2 fields and then a u0002....u0006 between each line.
"listdata": "2\u00014564\u00023\u000112321",
c
SuiteAnswer: 98663 Not sure about the u0002 but the u0001 you have to code for it and parse it out.