-
Script for Hiding 'Expiration Date' on Inventory Detail Pop-up
In our business, we need lot control, but our products don't ever expire. To avoid confusion with our users, I'd like to hide the 'Expiration Date' column that is on the inventory detail pop-up. This would apply on the Inventory Adjustment form, the Item Receipt form, the Item Fulfillment form, and any other form where…
-
Question About Inventory Detail and Client Scripts
I'm currently working on a client script that automates the lot numbers for the Inventory Detail when receiving a Purchase Order. However, I'm currently encountering this error: 'Not supported on current subrecord: CurrentSubrecord.selectNewLine.' I accessed the Inventory Detail subrecord using the…
-
Unexpected Error When Creating Inventory Adjustment Using Suitescript
Hi, Guys. I created an inventory adjustment transaction using suitescript. The data I entered is the same data as the data I used to create the Inventory Adjustment transaction via the UI. The problem is, when I create a transaction using suitescript, an error message appears as below.…
-
Printing Expiration Date (Inventory Detail) on Invoice Form.
I haven't been able to solve this or determine if it's even possible. We're using Advanced PDF/HTML Templates for our Invoices and are able to get the lot and quantity via ${item.inventorydetail}, but we also need to print the expiration date in a column. Does anyone know if there is a standard way to do this? Right now we…
-
Script to default inventory detail on inventory adjustment
I'm working on a project through which users will be using a modified inventory adjustment form to perform an inventory "checkout" process. In other words, I'm setting up a form where the quantity on the adjustment line will always be entered as a negative. Most items are in a single bin. I'd like to have a client script…
-
How to transform Sales Order To Invoice with inventory details
Is it possible to transform a Sales Order to Invoice and set the lot values (invemtory details) for the items?
-
Partially Fulfilled Order Availability of Inventory
We have issue with a SO with Partially Fulfilled status where the inventory detail does not become available after the Lot Number has been removed. We are unable to assign Lot number to inventory details as it shows unavailable, while the item is available in stock. Anyone can suggest how to solve this issue ?
-
How to remove the Expiration Date field from the Inventory Detail pop-up?
Testing the Lot Auto Number SuiteApp, I found the Expiration Date field appears in the Inventory Detail pop-up even when it's not been included in a Lot Number Format. As you can see in the screenshot, I've added a custom Item Number field called called Serial Number. I understand why Quantity and Lot Number fields are…
-
Setting Bin Number with Serial/ Lot Number Subrecord Script 2.0
Hi All, I have developed a UE script for auto creation of Item Receipts from Transfer Orders whenever an IF (for the Transfer Order) is shipped. The script runs on fulfillment only once its marked shipped. I am able to create Item Receipts for the items fulfilled, but having an issue when the inventory detail on the item…
-
SuiteScript: Inventory Detail subrecord - Is it scriptable?
Hi There I wanted to confirm my understanding on inventory detail subrecords. According to this community post, it is no longer possible to create custom fields on the record: On Netsuite's help guide, it lists inventory detail record as a scriptable record type: Is it correct that custom fields can't be added to the…