This will work: ```var rec = nlapiCreateRecord("sa...
# suitescript
b
This will work:
Copy code
var rec = nlapiCreateRecord("salestaxitem",{nexuscountry:"DE"});
and this will not:
Copy code
var rec = nlapiCreateRecord("salestaxitem");