My Stuff
Comments
-
Having originally started this thread, I would like to chime back in with an update... Foremost, a sincere “thank you” to the community for stopping our company from continuing down the wrong path. When we signed up with NetSuite, we were assured by our NS eCommerce sales rep that our store would be as fast and competitive…
-
I sincerely appreciate the responses and welcome more! Just to be clear, we are not looking to switch our accounting from NetSuite. We are happy with the core functionality except for bin management. Where I get nervous is with the ecommerce module. As we are an ecommerce company, the only way we can keep the doors open…
-
Ditto. Same problem. Thanks for posting.
-
Saving sales orders is taking about 30 seconds each. Printing is slow too.
-
Just "upgraded" this weekend and are getting bit by this too. We have always used the Back Ordered field in List > Accounting > Items to see what was back ordered and do our purchasing. Now this field is showing nothing is back ordered. How can it be an enhancement request to please show the data that used to be there in a…
-
We had the same issue with importing sales orders with the new release. This was an import we use several times a day. Spent several hours with support to discover it was a known bug. Then several days later it started working like you describe...failed with a response of 0 records imported...but then we learned they had…
-
ditto in CA
-
We are having a potentially related problem today... We are getting a hickup when we fulfill an item. Netsuite prints the shipping label but not the packing slip. Instead it is expecting a second package for the same fulfillment and pops an error message about needing another line item completed. If we hit cancel, we can…
-
We are having the same issue. Unable to fulfill orders or commit items. It shows an item is backordered even when we have 100 in stock.
-
Changed the portion of the code relating to the parent to as shown below and this worked: $customer = new Customer(); $customer->isPerson = true; $customer->firstName = $row['firstName']; $customer->lastName = $row['lastName']; $customer->companyName = NULL; $customer->email = $row['email']; $customer->parent = new…