Method for sending email using nlapiCreateTemplateRenderer().

This method can be used to send email template. Here we using nlapiLoadRecord() and nlapiCreateTemplateRenderer(). Below mentioned code for SuiteScript 1.0. In Email Template we using id (#firstname) for getting field values. <html><title></title><p id=”firstname”>Dear #firstname #lastname</p> <ul><li><strong>Email:</strong> #email</li><li><strong>Phone Number:</strong> #phone</li><li><strong>Company Name:</strong> #companyname</li><li><strong>Message:</strong> #message</li></ul></html>

How to create an image list in a custom record in NetSuite ?

We can create an custom image list in a custom record in NetSuite, here we can add required image seperately with name. Step 1: Goto Customization -> Lists,Record & Fields -> Record Types -> New In Custom Record Type window, here we set the Name, required details of the record and finally click the save… Continue reading How to create an image list in a custom record in NetSuite ?

Update favicon on the website through configuration record.

We can update the favicon on the website through configuration record. This method is one of the solution for when favicon is not visible on website. Step1: Created new folder ‘img’ in ‘Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. – SCA 2020.1 > Development > favicon>img’. After that… Continue reading Update favicon on the website through configuration record.

Solution for ‘Impossible to parse backend error – Response’.

We can solve the ‘Impossible to parse backend error – Response’ error by changing the manifest vendor name or changing the extension vendor name from record types. This error happening because of the vendor name is case sensitive. So we can use only same vendor name for all extensions. If we created new extension with… Continue reading Solution for ‘Impossible to parse backend error – Response’.