:: Celigo ::
ProductsCustomersBlogAbout
On-Demand Simplified Solutions and services tailor made for on-demand

Posts Tagged ‘SuiteScript’

The Grove Consultants International

Challenges
The Grove’s existing NetSuite web store was built only via the out-of-box capabilities available in NetSuite. This existing web store did not provide customers with the kind of interaction The Grove wanted to provide, and the web store was not able to support certain revenue streams and the company’s continued growth. The customer experience was [...]

Accessing Script Parameters in v2007

Beware… NetSuite has changed the way you are allowed to access a SuiteScript parameter with version 2007.
Where we used to do something like this in version 11.x: 
if ((typeof custscript_case_debug != “undefined”) && (custscript_case_debug == ‘T’)) {   debug = true;   nlapiLogExecution (’DEBUG’, ‘Debug mode is turned on’);}