PDF Templates for JCurve Solutions Limited – Printed Debit Memo

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

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