Relative Content

Tag Archive for netsuitesuitescript

Item Fulfillment – Inventory Detail when setting itemreceive to false

Essentially, I have an existing fulfillment that needs to get updated based on what actually gets shipped from the warehouse. If non of an item are shipped, I need to mark the checkbox itemreceive aka “Fulfill” as false. I’m doing this via suitescript 2.1. When I mark this field, I get the error “Please configure the inventory detail in line 3 of the item list.” I thought perhaps this was an issue with the way I was looping through the lines, but when I tried setting a specific IF explicitly, I still received the same error. Here is the relevant code:

How to fetch Entry Forms (within Customize tab) in NetSuite using REST APIs or Restlets?

I’ve encountered a hurdle where I need to retrieve the ‘Entry Form’ (shown in UI within Customize tab) of type CRM using either REST API or RestLets. My main challenge is locating the record_type corresponding to the Entry Forms. Once I know the record_type of these forms, I can use the services/record/v1/<record_type> REST API, or a SuiteScript RestLet’s ‘N/record’ module to fetch these forms.