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.
read more

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

read more

Netsuite | attach detach using .NET webservices

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.

read more

Netsuite | How to access recurrence field on Task record

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.

read more

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

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

read more