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!
Uncaught SoapFault exception: [soapenv:Server.userException] Could not determine customer compid in
I am getting this error using PHP toolkit.
Here is the requirement.
<?php
define("NS_ENDPOINT","2017_2");
define("NS_HOST","https://webservices.sandbox.netsuite.com");
define("NS_EMAIL","xyz@gmail.com");
define("NS_PASSWORD","Xyz-2");
define("NS_ROLE","1030");
define("NS_ACCOUNT","XYZSB1");
define("NS_APPID","XYZD10AA-0218-4F5E-9078-5524E8EEF339");
?>
Does any thing else required here?
0