User notices that the Memorized Transaction created in the account disappeared upon navigating to the Enter Memorized Transactions page. Solution Navigate to Transactions > Management > Enter Memorized Transactions > List On Memorized Transactions Page: Expand Filter section On Has Remaining field: Set to Yes
Author: Jasmine Jacob
Resolve Error: “Error during loading transaction for advanced printing caused by: Attempting to access memorized transaction as non-memorized transaction.”
Trying to print a memorized transaction that have to be processed will give a message: “attempting to access memorized transaction as a non memorized transaction”. Notice that the Transaction number is yet to be generated. Transaction generated from the memorized transaction should be the one printed. Navigate to Lists > Relationships > Customers Click Sales Click Transaction Document Number Column: Click Memorized Click Print Result : “Error… Continue reading Resolve Error: “Error during loading transaction for advanced printing caused by: Attempting to access memorized transaction as non-memorized transaction.”
How to add date craeted field in picking ticket page
The customization for the “Print Picking Tickets” screen, including the “Date Created” field, will only apply to the account where it was done . If you need to see this customization in the your account, please follow the below steps: Navigate to the Print Picking Ticket screen in the production account. Click on Customize . In the… Continue reading How to add date craeted field in picking ticket page
Proposal for Reconfiguring the Price List Generator in NetSuite
Proposal Summary This proposal outlines the customization to reconfigure the Price List Generator page accessible from the customer record in NetSuite. Detailed Requirements The standard “Generate Price List” function in NetSuite offers both PDF and Excel outputs, but with limited flexibility for modifications. The objective of this customization is to design a custom page to… Continue reading Proposal for Reconfiguring the Price List Generator in NetSuite
Upcoming changes in 2025.1 to how audience roles are defined for script deployments
Upcoming changes to how audience roles are defined for script deployments. What is Changing? For NetSuite 2025.1 accounts, starting March 13, 2025, you will no longer be able to deploy scripts to both internal and external roles by completing either of the following actions: * Checking the Select All box in the Audience subtab in… Continue reading Upcoming changes in 2025.1 to how audience roles are defined for script deployments
Create a Saved Search Showing Items Whose Prices Changed Recently
Customers wants to create a saved search to help determine any price changes made within a recent period. Solution 1. Navigate to Lists > Search > Saved Searches > New. 2. Click Item 3. Click Criteria 4. Click Standard 5. Filter: Select System Notes Field System Notes Filter: Select Field Field: Select Pricing Notes: You can use System Notes : Rate as well. Select System Notes… Continue reading Create a Saved Search Showing Items Whose Prices Changed Recently
Create a Sales Order Saved Search and Calculate Amount This Week, Same Week Last Year, This Month and Same Month Last Year
User needs to create a Sales Order search to compare amounts in multiple date range which includes this week, same week last year, this month, same month last year, this year to date and last year to date. Solution Navigate to Reports > Saved Searches > All Saved Searches > New Click Transaction Search Title: Enter Title Click Criteria Click Standard Filter: Select Type Type: Select Sales Order Click Set… Continue reading Create a Sales Order Saved Search and Calculate Amount This Week, Same Week Last Year, This Month and Same Month Last Year
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
Calculating Kit/Package Weight in NetSuite
In NetSuite, the weight of a kit/package can be calculated in two ways depending on your setup: 1. Manual Weight Entry (for the Kit as a Whole) You can enter the weight of the kit/package manually in NetSuite, typically in the Item Record for the kit. Kit/Package Item Record: Go to Lists → Accounting →… Continue reading Calculating Kit/Package Weight in NetSuite
Passing MultiSelect field values from a Client script to Suitelet
When working with SuiteScripts in NetSuite, passing multi-select field values from a Client Script to a Suitelet requires proper encoding and decoding. Since multi-select fields return an array of values, we need to encode them before sending and decode them in the Suitelet. Client Script: Encoding Multi-Select Values Use encodeURIComponent() to safely pass multi-select values… Continue reading Passing MultiSelect field values from a Client script to Suitelet