Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
addSalesOrder Exception
When I am trying to addSales Order I am getting the following exception :
Array
(
[0] => Exception
[1] => java.lang.NumberFormatException: empty String
)
,"context":{"method":"App\\Library\\NetsuiteCompon ent::addSalesOrder","exception":{"code":0,"message ":"java.lang.NumberFormatException: empty String","file":"/var/www/framework/app/Library/NetSuite/NSPHPClient.php","line":345},"duration":0.35868000 984192,"result":"addSalesOrder - Exception"}}
Line 345 is $response = $this->client->__soapCall($operation, array($parameter), NULL, $this->soapHeaders);
Please Advice. I am clueless, I am not sure how to debug. Inputs from you will be rally helpful.
0