" Live as if you were to die tomorrow. Learn as if you were to live forever.. "
- Mahatma Gandhi

To Generate A Pdf File Using NlapiXMLtoPDF() In Netsuite On A Button-Click

Posted on November 24th, 2015 by Swaraj Gochhayat

In this tip i am going to create a button on a record. Clicking the button retrieves the necessary data from the current record and creates a PDF file. The created PDF will then be shown in a seperate window by using a Suitelet. 1.   Create a suitelet with the following code to generate a pdf […]

How to pass data to/from a parent Suitelet form and a child (pop-up) Suitelet form in Netsuite

Posted on November 24th, 2015 by Richi Padhi

REQUIREMENT:- Here is a scenario in which you have a Suitelet form (lets say the parent form) and it has a feature in it, to open a pop-up window displaying another Suitelet form (lets say the child form). And you have a necessity of passing some data from this child Suitlet to the parent Suitelet […]

How to use jQuery Alert Dialogs in Netsuite SuiteScript?

Posted on November 23rd, 2015 by Richi Padhi

As per my finding, Netsuite till now hasn’t provided any straight forward way (API) to implement jQuery in SuiteScripts. So, you need to follow a deceitful way to get the jQuery stuffs done in your Netsuite screen. In this Tip I’m going to show how to use a ‘jAlert’ in Netsuite screen, lets see how […]