SuiteQL query to fetch the item details based on a subsidiary

Since we are unable to directly filter the item data using the subsidiary, we will have to use a modified version of the item query by joining the itemSubsidiaryMap table and subsidiary table to get the required results. SELECT item.itemid,item.id,item.itemtype FROM itemSubsidiaryMap  INNER JOIN item ON  (item.id=itemSubsidiaryMap.item) INNER JOIN subsidiary ON  (subsidiary.ID=itemSubsidiaryMap.subsidiary) WHERE subsidiary.id=${nsSubsidiary}

Last Two Item Labels Get Truncated When Printing More Than 14 Item Labels Using Basic PDF Template

Scenario The user needs to print more than 14 item labels on their A4 paper. However, when attempting to print the labels, the last two on the first page get truncated. Solution Navigate to Customization > Forms > Transaction Form PDF Layouts Item Label Layout in question: Click Edit Vertical Countfield: Change the value from 14 to 7 Note:As per the Field… Continue reading Last Two Item Labels Get Truncated When Printing More Than 14 Item Labels Using Basic PDF Template

Resolve Error: Unexpected Error when Saving an Item Record with Unit Type

The user receives an unexpected error when adding a Units Type for an Item. The cause of this error may be because of a missing Units. Units are mandatory fields on an Item Record when the Units Type field is populated. Effective on the NetSuite 2019.2 version, a new Consumption Units field is introduced. Solution… Continue reading Resolve Error: Unexpected Error when Saving an Item Record with Unit Type

Why is the Item Not Listed in the Transaction in NetSuite?

In NetSuite, items may sometimes not appear in transactions due to various configuration issues. One common reason involves the item’s accounting setup. Here, we’ll discuss how the absence of specified accounts in the item’s accounting subtab can affect its availability in transactions and how to resolve this issue. Accounting Subtab in NetSuite Every item in… Continue reading Why is the Item Not Listed in the Transaction in NetSuite?

Updated Proposal for system performing the calculation automatically by typing the a size

Proposal Summary  This proposal covers the scope of Auto-Generation of Item Numbers and Price Calculation based on Customer Tier, Collection/Design and selected size option from dropdown filed on item record.  Requirement   Knot & Co. seeks to implement an automatic generation feature for the item Name/Number on the item record when creating new records. This functionality… Continue reading Updated Proposal for system performing the calculation automatically by typing the a size