Customize the Sublist of Lot Numbered Assembly Item

Scenario Customize sublist of Lot Numbered Assembly Item and Serialized Assembly Item/s.User may be required to add field(s) on the sublist of the item record. To add field on the sublist, there are two requirements: a Custom Entity field and a Script.A custom record is needed to store the information that is being entered on… Continue reading Customize the Sublist of Lot Numbered Assembly Item

Building Assembly item

An assembly item is an Inventory item created using several components. Building 1 Unit of an assembly item consumes a defined quantity of its components. The following table displays the available member item types for an assembly item: Regular Inventory Assembly Serial or Lot Numbered Inventory Inventory Inventory Non-Inventory Serialized Inventory Other Charge Lot Numbered… Continue reading Building Assembly item

Updating Assembly Item Components From Work Order

Scenario: The client wanted to develop a functionality that updates the assembly item components whenever the items are updated in Work order for this assembly item. Solution: /** * @NApiVersion 2.x * @NScriptType UserEventScript * @NModuleScope SameAccount */ /************************************************************************************************* * Script to update assembly item components when work order item lines are updated. * ************************************************************************************************… Continue reading Updating Assembly Item Components From Work Order

Assembly Build and Assembly Unbuild

An assembly item is an inventory item made of several components, but identified as a single item. This type of item lets you define the members of an assembly and to separately track both the component items and the assembled items in inventory. For each assembly build, the assembly item stock level increases and the… Continue reading Assembly Build and Assembly Unbuild

Assembly Item Feature not available in Enable Features

When navigating to Setup -> Company -> Enable Features, there will not be showing the “Assembly Items” Checkbox under the “Items & Inventory” Tab. The assembly Item feature is part of a NetSuite Add On module “Light Manufacturing” (also known as Work orders and Assemblies). NetSuite Add-on Modules are offered in bundles specific to the… Continue reading Assembly Item Feature not available in Enable Features

Accessing Assembly Items via SuiteQL

Description We can fetch some of the beta record fields using SuiteQL in postman. Here Assembly Item is an example for beta record. Solution We can only fetch the following fields of Assembly item record using SuiteQL Assembly Bills of materials Can be master Master default To use SuiteQL, we need to be careful of… Continue reading Accessing Assembly Items via SuiteQL

Error while fetching Assembly Items via REST API

Issue when we try to fetch the assembly items via REST API, it returns a forbidden error with detail as “The assembly item record is only available as a beta record”. Solution 1 We cannot fetch all records via REST API as some of the records are beta for REST API. In order to fetch… Continue reading Error while fetching Assembly Items via REST API