Issue Error: “The entity name must immediately follow the ‘&’ in the entity reference” when trying to print or save an Advanced PDF/HTML Template. Solution This usually happens if one of the Company Information or one of the Field Label or values have a special character like ‘&’. Identify first which field label or value has ‘&’ then add a… Continue reading Error while Parsing XML in the template
Month: April 2022
Customer portal login
https://<accountID>.app.netsuite.com/app/login/secure/oidcprivate.nl for the Customer Center roles, Use this link for login as customer instead using enterprise login link where <accountID> is a variable representing the NetSuite account ID. Send Login Link Via E-mail Navigation Setup -> company -> system email template Add login link in email template
Change Paper Size on Advanced PDF Template
There are scenarios where the PDF Template displays correctly on screen, but the printed version appears to be formatted for a smaller paper size with large margins on the right and bottom of the paper. To resolve this, adjust the printing size to A4 by changing the value of a code attribute in the Advanced… Continue reading Change Paper Size on Advanced PDF Template
Add Border with Curved Edges on Advanced PDF/HTML Template
Need to show borders with curved or round edges on the Advanced PDF/HTML Template for transactions. Navigate to to Customization > Forms > Advanced PDF/HTML Templates Preferred Template: Click Edit Note: If the template is in WYSIWYG mode, switch to Source Code mode. Enter <body size=”Letter” style=”border: 5px solid #dddddd; corner-radius: 25px; padding: 50px; margin: 25px;”> <!– <table style=”width: 100%; font-size: 10pt; corner-radius:… Continue reading Add Border with Curved Edges on Advanced PDF/HTML Template
Tax Fields not Showing on Line Level
Scenario: For a particular Bill the ‘Tax’ column is not showing on line items In this bill, The vendor’s subsidiary is OTOTO Design Ltd (United States). In Vendor Record (V01044 Netcloud LTD) Shipping country is Israel. In order to show the Tax code and Tax item fields in the vendor bill, we need to add… Continue reading Tax Fields not Showing on Line Level
JS-550-Inventory Aging Report
Prepaid Expense Import
Prepare the csv file for the import This is demo csv file need to be prepared for the Import. Destination Account should be in the format “Account number Account name”, Amortization template should be the internal id of the Amortization template and make sure that Amortization template value is nill for the corresponding credit amount.… Continue reading Prepaid Expense Import
The Item Subsidiary is not able to Update
An error message shows when the item subsidiary edits to set parent-subsidiary and marks the “Include Children” checkbox as True or sets multiple subsidiaries. The error message looks like this – “The subsidiary restrictions on this record are incompatible with those defined for the location. Subsidiary access on this record must be a subset of… Continue reading The Item Subsidiary is not able to Update
Inline Editing Not works for Transaction Saved Search
Issue: Inline editing does not work for transaction saved search even after the feature is enabled in the account. Possible reason: NetSuite supports only inline editing for saved searches with only one transaction type. If the user has 2 or more types selected, NetSuite will not allow the user to do Inline Editing. Select only one… Continue reading Inline Editing Not works for Transaction Saved Search
Remove the bestseller products in Magento
The bestseller products are saved on the basis of yearly, monthly, or daily basis. So if we would need to remove those products, then we could remove it from the tables.The best-seller tables are sales_bestsellers_aggregated_yearlysales_bestsellers_aggregated_monthlysales_bestsellers_aggregated_daily By truncating of these tables we could remove the best seller products