The error message appears when a transaction printed using Advanced PDF/HTML Templates

The error message appears when a transaction or record is printed using Advanced PDF/HTML Templates. However, there is no HTML or FreeMarker syntax error within the template itself. This may be caused by any Rich Text field which is used within the Advanced PDF/HTML Template. Rich Text formatting applied to such custom field is invisible… Continue reading The error message appears when a transaction printed using Advanced PDF/HTML Templates

Customer Payment PDF Template for JCurve Solutions Limited

Requirement 1: Customer Payment PDF – Receipt_Tax J-curve would like to create the Customer Payment PDF template as per given layout Our Solution  The requirement can be achieved by creating a script for adding a custom button named Receipt Print in the Customer Payment. When the user clicks the custom button then PDF will be… Continue reading Customer Payment PDF Template for JCurve Solutions Limited

Netsuite Script beforeLoad record not being modified

We cannot modify fields on existing records in beforeLoad. Here’s a snippet of beforeLoad limitations: beforeLoad user events cannot be triggered when you load/access an online form. Data cannot be manipulated for records that are loaded in beforeLoad scripts. If you attempt to update a record loaded in beforeLoad, the logic is ignored. Data can be manipulated for… Continue reading Netsuite Script beforeLoad record not being modified