Can someone confirm something odd that's happening...
# suitetalkapi
m
Can someone confirm something odd that's happening? I have a restlet that updates a customer's address, and when the city and state are omitted it looks like NetSuite is auto-populating them. Is this normal? When I tested this with postman it didn't happen but when I source the data through an external system (processing against the same endpoint with the same payload) the address appears to be updating on its own.
b
make a new address in the ui
set the fields in the same order you do in your restlet using whatever data your external system is using
m
interesting
leaving the city and state blank in the UI and entering zip, the fields auto-populate
well that's nice to know