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

Archive for July, 2007

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’);}

Google Analytics for NetSuite

Unless you’ve been living in a cave for the last two years, you have by now heard about Google Analytics–the so called next best thing since sliced bread. Not only is it one of the best web analytics tools on the market, but it’s also free.
If you’re running your web store on NetSuite, you may [...]

Viewing SOAP (for free)

When debugging a web services application, it is extremely important to be able to view the SOAP requests and responses being sent across the wire.  And, while there do exist some really cool commercial products out there to satisfy this need, like SOAPscope, there also exist some freebies that are more than capable of getting the job done.  I personally have [...]

Continue reading Viewing SOAP (for free).

Launching our blog…finally