Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Sales Order error
Hi,
As you saw in my last post my code in PHP just stopped working last week. Now I solved the login problem, but I just faced another problem now. Pushing sales orders has been NO PROBLEMS as long as I have developed this, and now it does not work again.
This is the error:
Array
(
[writeResponse] => Array
(
[status] => Array
(
[statusDetail] => Array
(
[code] => USER_ERROR
[message] => Please enter values for Customer:Job, Exchange Rate
)
[!isSuccess] => false
)
)
)
What are these errors? Why do they suddenly show up after 8 month when we haven't changed the code anything?