Blog

Curly Brackets is a site aimed for web developers, designers and hobbyist offering tutorials and articles on technologies, skills and techniques to improve how you design and build websites. I cover HTML, CSS, Javascript, CMS, Netsuite, PHP and .NET

Tutorial | PHP ‘Contact Us’ external form to Netsuite custom record

Posted by on Dec 2, 2011 in Netsuite, Netsuite Tutorials, PHP, Suitetalk, Tutorials | 0 comments

Tutorial | PHP ‘Contact Us’ external form to Netsuite custom record
In this tutorial we are going to create a php external form that would serve as a “Contact Us” page to a website. Every submitted record will be saved to a custom record in Netsuite.
(more…)

Netsuite | Go-Daddy Certificate Authority Verification

Posted by on Sep 24, 2010 in Blog, Netsuite, Suitescript | 0 comments

Netsuite | Go-Daddy Certificate Authority Verification

Introduction

This guide demonstrates how to check and verify the Go-Daddy trusted third party certificate authorities used by the customer on Netsuite Suitescript API

(more…)

Netsuite | attach detach using .NET webservices

Posted by on Sep 7, 2010 in Blog, Netsuite, Suitetalk | 1 comment

This is a sample code in .NET on how to use the attach/detach method on attaching and detaching a file record to an entity record on Netsuite webservice.

(more…)

Netsuite | How to access recurrence field on Task record

Posted by on Aug 30, 2010 in Blog, Netsuite, Suitescript | 0 comments

Accessing values on fields of a record thru suitescript is only limited there is an official list on Netsuite helpguide.

In the Scriptable Record Browser the recurrence field is not accessible, however the string value in that field can be access and a combination of multiple fields in the ‘task’ record.

(more…)

Netsuite | How to put dynamic values on Email Templates in Send Email Action in Workflow Manager

Posted by on Aug 28, 2010 in Netsuite, Workflow | 4 comments

Follow these steps to get the values of a record and put it in the Email templates using workflows

(more…)

Netsuite | How to Use JSON.stringify(s) in server-side SuiteScript

Posted by on Aug 27, 2010 in Blog, Netsuite, Suitescript | 0 comments

JSON (JavaScript Object Notation) is available for client-side Suitescript, another popular usage JSON is the ‘stringify’ method it is primarily used in converting JavaScript data structures into JSON text.

In Netsuite suitescript JSON.stringify(s) is available in client-side script. However in server-side suitescript you will get an error when calling this method.

(more…)

Netsuite | nlapiEncrypt – Is there a way to decrypt string value created by nlapiEncrypt?

Posted by on Aug 15, 2010 in Blog, Netsuite, Suitescript | 0 comments

As per Netsuite documentation, we can use nlapiEncrypt(s) and this will create and return string value using SHA-1 method.

(more…)

Netsuite | How to improve performance of PHPToolkit using caching in WSDL

Posted by on Jul 27, 2010 in Blog, Netsuite, PHP, Suitetalk | 0 comments

Netsuite | How to improve performance of PHPToolkit using caching in WSDL
When you are developing a webservice application in Netsuite ideally you would test it locally. Follow these steps to improve the performance of your PHP webservice application. (more…)

Netsuite | How to use External website to send data to Netsuite Online Forms

Posted by on Jun 24, 2010 in Blog, Netsuite | 0 comments

This is a guide on how to use external webpage to send a ‘POST’ data in Netsuite Online Forms.

(more…)

Netsuite | How to List all the Countries using .NET in webservice

Posted by on Jun 16, 2010 in .NET, Blog, Netsuite, Suitetalk | 0 comments

This is a sample code to get the Country list in Netsuite thru webservice using a .NET application.

(more…)