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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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