My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
You should dynamically discover the right NetSuite domain for your account using getDataCenterUrls() operation prior to making "real" calls to the NetSuite web services
-
I ended up monitoring the Inventory adjustment transactions and it has been working quite well. But it seems we can't rely on NetSuite's behavior or assume anything in some certain case.
-
If you try creating some stock adjustments, most of the time that would update the item's lastModifiedDate. Does NetSuite just behave inconsistently or is there any other setting that would cause this effect? I have an application that uses NetSuite as the backend. I want to use the item's lastModifiedDate to perform…
-
Well, I have figured out how to do it then. What I needed was to specify the orderLine in each of the ItemReceipt lines. The ItemReceipt lines can actually have different locations
-
Just for the record, salesTaxItem.getAll() works now. Thanks
-
That's unfortunate. Could you advise some other ways to retrieve all the tax codes? Thanks
-
Thanks Daniel, I managed to solve the problem using the same approach as yours. It just seems a little inconsistent the way NetSuite's APIs behave. Cheers, Nguyen