To Solve Error Message “Could not Download all the Extension File” “Unexpected Error”

Scenario when we try to fetch the theme  we will see Error message  “Could not Download all the Extension File” “Unexpected Error”  in our Terminal. Screen Shots of error message Solution:- Login to Netsuite using ID Password open terminal  and type below code gulp theme :fetch –to create new token After Redirect to Browser  Click… Continue reading To Solve Error Message “Could not Download all the Extension File” “Unexpected Error”

Error when Printing using Template > SyntaxError: Unexpected token> Advanced PDF/HTML Template

When printing a record using an Advanced PDF/HTML Template, you run into the ff error: “SyntaxError: Unexpected token: <“ Solution Possible Solution to this error is to check for invalid XML characters [<, >, “, ‘, &] in the template. These characters need to be replaced with the corresponding Escape String as shown below. Character Escape String: <… Continue reading Error when Printing using Template > SyntaxError: Unexpected token> Advanced PDF/HTML Template

Error: “RCRD_LOCKED_BY_WF” Load Records Locked by Workflow

User encounters error: “RCRD_LOCKED_BY_WF” when loading a record that is locked by a workflow through Lock Record action when using SuiteScript through record.load(options) Solution: Utilize the search.lookupFields(options) API Example: Using N/Search module in SuiteScript 2.0,