J-curve would like to create the Debit Memo PDF template as per given layout Our Solution The requirement can be achieved by customizing the advanced PDF template of the Invoice and that template can be applied to the custom Invoice form (SCG Debit Memo). So, the users can generate the print by clicking the standard… Continue reading PDF Templates for JCurve Solutions Limited – Printed Debit Memo
Author: Keerthy Davis
Populate Image from custom field into Advanced PDF Template
To populate image from custom body field into Advanced PDF template, refer following sample
Populate Zip Code into Advanced PDF Template
In order to populate zip code of vendor into Purchase Order print, use following syntax
PDF Templates for JCurve Solutions Limited
Requirement 1: Purchase Order PDF J-curve would like to create the Purchase Order PDF template as per given layout Our Solution The requirement can be achieved by customizing the advanced PDF template of the Purchase Order and that template can be applied to the preferred Purchase Order form. So, the users can generate the print… Continue reading PDF Templates for JCurve Solutions Limited
Source Contact into Purchase Order print
In Order to Populated the contact into Advanced PDF template use following code
Display the summary table into fixed position in Advanced PDF Template
Add HTML to Suitelet form
To add HTML to your Suitelet form, use Form.addField(options) to add a field to the form. Specify the field type as INLINEHTML and use the Field.defaultValue property to set the HTML value.
Dynamically Printing the Currency Symbol Depending on the Total
When using the Standard Advanced PDF/HTML Template the currency will always print the US Dollar sign. applying this changes will print the correct symbol of the currency on the total. Solution Navigate to Customization > Forms > Advanced PDF/HTML Template Click Edit beside the Preferred Customer Payment PDF/HTML Template Top Right Corner: Toggle Source Code Add the code below: Click Save
Display Item Components on Picking Ticket
There is a requirement to print the components of Kit/Package Items. To print the components, some preferences are needed to be set accordingly. Solution 1. Configure the Kit/Package Item Navigate to Lists > Accounting > Items Preferred Kit/Package Item: Click Edit Click Purchasing/Inventory tab Click Components Display Components on Transactions: Enter Checkmark Click Save 2. Set the Accounting Preferences Navigate to Setup > Accounting > Accounting Preferences Click Order Management Always Print Kit Items on Picking… Continue reading Display Item Components on Picking Ticket
Resolve Error: “SuiteScript Error SSS_RECORD_TYPE_MISMATCH” when Loading Records
Scenario Following error is thrown: SSS_RECORD_TYPE_MISMATCH The record you are attempting to load has a different type: {1} from the type specified: {2}. This error is thrown by the nlapiLoadRecord API if the given internal ID does not match the givenrecord type. It may be thrown by any of the following scenarios: 1. Item record types : Example: An inventory… Continue reading Resolve Error: “SuiteScript Error SSS_RECORD_TYPE_MISMATCH” when Loading Records