My Stuff
Comments
-
Okay. Now that I can add and update... I've run into some sort of error. The InventoryItem.cost field. If I change it from the value it had when I created the InventoryItem (whether by my app, or the NetSuite internet UI), NetSuite will register that I have changed the cost of the item. However, after n changes of the…
-
To follow up, after commenting out the section of this conversion function that constructs the pricing matrix, update worked. I will test add and post my findings.
-
Add also worked correctly. It would seem that the Pricing matrix conversion code is wrong. At least I have narrowed it down.
-
I also removed this line of code nsIItem.locationsList.locations[i].location = smsIItem.LocationsList[i].Location; because I overlooked the location field being read only. But I removed that and commented out nsIItem.pricingMatrix = new PricingMatrix(); nsIItem.pricingMatrix.pricing = new Pricing[1];…