Netsuite, and the other JS validator I use keep th...
# suitescript
x
Netsuite, and the other JS validator I use keep throwing an error about how there is no ":" after the key x.id
s
I don't think that's valid syntax for an object literal.
you could try something like
Copy code
var B  = {}
B[x.id] = x.param