-
The Purchase Order does not show the Receive option.
I create the PO and use non-inventory item for resale item. After I submit and approved. It did not show receive button. I am not sure the roots because the item already check can be Fulfilled/Received field and I screenshot about the item record and accounting preferences Please advise me. Thank you
-
How to set base price for a nonInventorySaleItem?
Hello again. I have a basic NetSuite Restlet that I am using to create a nonInventoryItem and it works when calling it with Postman. I need to set the base price but am struggling to do so. This is my current working code. define(['N/record', 'N/log'], function(record, log) { function doPost(requestBody) { try { var…
-
Can't update a NonInventorySaleItem deferredrevenueaccount using NetSuiteService
I'm using NetsuiteService.php class to manage our Netsuite records but I'm having issues setting the deferredrevenueaccount RecodRef value. I'm able to submit the update and I get a success 1 back from the API but the record information isn't changed. Is there a special setting or parameter I need to update…