When you change the tax code on a line item, the system recalculates the amounts depending on the order of the columns on the form. If the Amount column is before the Gross Amt column, then whenever you change the tax code on the line item, the system updates the value in the Gross Amt column based on the tax rate… Continue reading Recalculating Line Item Amounts When the Tax Code Changes
Author: Sreelakshmi R
Convert all Sales Order to Invoice against Cash Sale Generation
Restlet to create Credit Memo
Restlet to create Sales Order
Script to Remove Landed Cost in Item Receipt
The changes in the IR will reflect on G/L Impact, Balance Sheet, and related Item Fulfillment records. The script is powered by a saved search in UI which enlists the item receipts.
Generating Pay by link In Transformed Sales Order
The script will strictly transform sales orders to invoices, by making it a Terms order, and all the generated invoices will have a pay-by-link URL generated in it( Generated by Adyen Bundle). Script lookup the saved searches stored in custom record entries and thus the resultant orders are enlisted and they are transformed into invoices… Continue reading Generating Pay by link In Transformed Sales Order
Build Custom Errors to force HTTP code 400 BAD REQUEST
When an error occurs while record creation in Netsuite via Restlet script, instead of suppressing it with try-catch modules we can selectively pass that error to build a custom error, and throwing that error will deliberately make the HTTP code to 400 bad Request.
Modular Approach for Client Script
Main Script: Script deployed to the sales order record. Our new functionalities written as modules will be added to this consolidated client script. Module:
Restlet for creating Invoice
The following script creates invoice in Netuite based on the request values provided from Salesforce. Also these invoice will have a pay-by-link URL autogenerated( the script trigger the Adyen Bundle to generate the link)
Get any list id to use it as List/Record source type in select field of NetSuite SuiteLet script
While working on a SuiteLet form, have you ever faced problem on setting the exact source ID of a List/Record field. If so, you are not alone. Most of us might have faced such situation. I personally have faced this several times. Here is a small tip for you, so next time you won’t have… Continue reading Get any list id to use it as List/Record source type in select field of NetSuite SuiteLet script