Wednesday, January 16, 2019

Connect to a Test Drive/Demo (TSTDRV) account through PHP Toolkit

The following modifications are required.


PHP Toolkit (pre-2012.2)

1. Edit your 'PHPToolkit.php' file.
2. Modify the line: const live = "https://webservices.netsuite.com";  TO  const live = "https://webservices.na1.netsuite.com";

 

PHP Toolkit 2012.2

1. Edit your 'nsconfig.php' file
2. Modify the line: $nshost = "https://webservices.netsuite.com";    TO    $nshost = "https://webservices.na1.netsuite.com";

No comments:

Post a Comment