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
Tag: Assembly item
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