Email recipients chunking to not exceed the limit 10

When implementing new functionalities to send emails, we have to be careful about the NetSuite limitation. A maximum of 10 recipients (recipient + cc + bcc) is only allowed. So to tackle this issue, we have to chunk the recipients before sending the emails, such that if we got 5 recipients, 3 cc and 4… Continue reading Email recipients chunking to not exceed the limit 10

Script Permissions

There are three places where a script exists in NetSuite. The File Cabinet, Scripts, and Script Deployments. Script permissions are always and only adjusted on the script deployment. Need Administrator access to view the script deployments. About script permissions: The “Status” field specifies whether a script is in testing or is released. “Testing” means that the script will only… Continue reading Script Permissions

NetSuite Purchase to Project

A new addition to the SuiteApp Marketplace is Purchase to Project, a new feature that allows users, especially project managers, to create purchase transactions that are related to projects and project tasks. Expenses related to projects can then easily be tracked and controlled. Having visibility over expenses and purchases related to projects and linked project… Continue reading NetSuite Purchase to Project

The best ways to design HTML templates for email templates and marketing campaigns

Plan and design the layout before writing the code. Remember that all assets and elements in the page is laid out in blocks of squares or rectangles, like a Spreadsheet, take note and take advantage of this. Once the layout is completed, and images for the HTML template are available, upload the images for use… Continue reading The best ways to design HTML templates for email templates and marketing campaigns