My Stuff

3942187

Comments

  • I too would like a method of restricting certain items from showing up in the pick list for sales-related transactions. Is it even possible to solve this with SuiteScript? (Tell the item engine to hide any item that has a custom field set to hidden...) I'd happily tackle this project if I at least knew that it wasn't…
  • Here is a working example for doing an Inventory Adjustment. The field to use is adjustQtyBy. If anyone else has useful SOAP examples it would be in everyone's best interest to post them to the user group as well. I think it could help Netsuite reduce their support times. <soapenv:Body> <add…
  • Your SOAP looks correct. Create a case, with the SOAP, and support should diagnose. -John Thanks John, I talked to support this afternoon and they informed me that if I change my WSDL from 1_3_0 to 1_3_1 it should correct the problem. Alas, it actually did! :) He also informed me that WSDL 2.0 has been released as beta…
  • Hey Ken, Netsuite requires that you set the cookie ACCOUNT=123456 where 123456 is your Netsuite account ID in the header, before logging in. For NuSoap the syntax goes a lil' something like this: require('/usr/local/lib/php/nusoap/nusoap.php'); $wsdl = "https://webservices.netsuite.com/wsdl/v1_3_2/netsuite.wsdl"; $cookie =…
  • Looks like I was wrong and didn't pay close enough attention. It is still bombing out with the new WSDL. Very sad. :(
  • Here are some SOAP examples that work for extracting Inventory Items. Thank you Shanon! Searches By 3 custom Fields: <?xml version="1.0" encoding="utf-8" ?> - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
  • I am also having an issue getting a list of any specific or multiple inventory items. I also get Internal Server Error.
  • Evan, You are a miracle worker! Thanks so much for contributing to the forum! Tony
  • I know there have been a number of posts about this topic, but I'd like to ask everyone once more about their opinions on going with Trueship versus OzLINK Shipping for their shipping solution. I see a lot of very positive reviews for OzLINK Shipping, and having talked to them it seems like a great solution, but it's so…
  • good answer, Rick, thats the best way to go. However, In the new version, you also have the option of returning the items to stock, or associating them with a write off account for damaged product, so no adjustment is needed. ;) Ooh, great feature! Can't wait for us to go live with 2007 next week.
  • [LIST] [*]Standardization of menu structures across all roles for ease of training. [/LIST] (under non-admin roles) Home -> Set Preferences -> Appearance Tab [Use Classic View]
  • Thanks for the response, Michele. A couple of humble suggestions: 1. Implement an estimated hold time voice announce when calling in. Let me tell you, yesterday on hold part of my debate at minute 49 was: "What's more important - excusing myself to go to the men's room, or hanging in there to try to fix my employee's…