When saving an Advanced PDF Template, user receives an error “The template cannot be saved due to the following errors: Error-left-hand operand: Expected a number, but this has evaluated to a hash+string” despite the fields having the correct formatting. Expected a number, but this has evaluated to a hash+string Solution: Just declare the variable and… Continue reading Error In Template
Author: Litha Mukunthan
Error: Wrong parameter type: expected as boolean.
Reason: Netsuite will only accept the boolean in the form of ‘TRUE’ or ‘FALSE’ So before using the variable convert it to Boolean type. eg: consolidateStatements:Boolean(scriptContext.request.parameters.custrecord_jj_stmnt), openTransactionsOnly:Boolean(scriptContext.request.parameters.custrecord_jj_opentrnsn),
Update Note in GT invoice
Un expected Error:
Some times an Un expected console error may occur in client script when we try to use console.log() method in the pageInit . In order to remove this types of errors avoid using the console.log(). Instead of this we can use log.debug() in pageInit
Setting Pop-up message Using Client Script
Problem: How to set pop-up message using client script when the PO number is already used in a Sales order Solution
Item fulfillment Sync
Global code not pulling in Excel
Requirement: The Global Code is not pulling into the downloaded excel pricelist. Solution: Check the global code field in the related form.
Filters using suitelet script
Problem: Create a suitelet script that loads a custom search US CASES – HOURS TO CLOSE search result in a given format for klipfolio and create filters for ‘created date condition’ also replace the same condition with that of UI by using splice() method. Solution load the custom search 2.Add the filters 3.Replace the condition… Continue reading Filters using suitelet script
Saved search result in a given format
Create a suitelet script to provide search result in the format.
Replacing Barcode Number on Invoice Form
In order to replace the barcode number with scannable barcode of type “EAN” use <barcode> tag in the pdf template. But using the code results an error In order to bring the EAN type of barcode in the invoice form use code: