My Stuff

Default Avatar
See All the Unlockable Badges
See All the Unlockable Badges
We’re excited to announce a brand new feature in the NetSuite Support Community—Email Digests!
Now, you can stay up-to-date with the latest discussions, helpful tips, and important announcements, all delivered straight to your inbox. Whether you’re looking to catch up on what you missed or just want a quick overview, our email digest has you covered. To learn more and to subscribe, click here.

3936303 Newbie

Comments

  • We are adding support for linking POs to vendor bill in our 2012.2 release. You will be able to use the initialize operation or reference one or more POs when you are adding a vendor bill with this new endpoint. Please look for more information in the 2012.2 release notes and documentation.
  • Mike, you should use request level credentials. See the "Authentication Using Request Level Credentials" topic in online help for more information. With this approach, if you have an active session, we will reuse it, if not, we create one for you.
  • We don't have a way of fetching all the roles through Web Services. The login operation however returns all the roles for a given user. This is exactly what happens in the UI also. The user is logged in with their default role and they can then switch.
  • Unfortunately you can't construct a search using OR. Currently you must invoke to searches and union the results on your end. In the 2008.2 release, we are adding the ability to reference a saved search. Then you can create a complex searech in the UI and invoke it through Web Services.
  • Not through the WS APIs. You would have to order the result set on the client side.
  • You can use the initialize operation to create a SO from an estimate. See teh help topic under SuiteFlex (Customization, Scripting, and WebServices) : SuiteTalk (Web Services) : SuiteTalk (Web Services) Platform Guide : Operations : initialize / initializeList for more information.
  • Assembly items and assembly build/unbuild transaction are tentatively targeted to the 2008.1 release which is due in Q2 2008.
  • You can also use the attach operation to specify the relationship between contacts and a cusotmer or other entity records. The attach operation also allows you to specify the role relationship. See the documentation for more details.
  • Bob, The sample applications for .Net C# and Java can be found at http://www.netsuite.com/portal/developers/resources/suitetalk-sample-applications.shtml. There are no VB examples however.
  • Grant, It takes sometime for an issue to move through the system. We usually can only give an ETA of the fix after the QA and Dev have had a chance to evaluate the problem. In this case, the issue has to yet be investigated before we know when it will be fixed. At the latest, I expect this to be fixed in our next release…
  • I am not sure why you are having problems downloading the sample applications. Please contact support and they can help you with that. Web Services does not currently support the Assembly Build transaction. This is on the roadmap for a future release.
  • please remove the applilcation ID from the sample application and then try logging in.
  • You must remove the application ID in your code and try logging in again. That application ID which was distributed in the sample application is not valid.
  • Rajan, Please file a case and post the number here. Make sure you include your account and login information and the SOAP message. You should be able to save the SOAP if you look under Reports > Integration > Integration and Automation Usage Summary By Job.
  • getSelectValue currently only works for fields on standard records. There is an enumeration for all the valid arguments in coreTypes.xsd. If you are trying to retrieve the values for a custom list, you should use getCustomization. We have made many changes to getSelectValue in 2009.2 which is our next release. Be sure to…
  • Please see my comments inline. Hello, I'm building a Telephony screen pop connector for NetSuite. The goal is to for my application to search NS based on an inbound call's caller ID. In this regard I want to search (I assume) both the Customers and Contacts for records with the same phone number. I've developed some code…
  • This sounds related to issue 118038 which is fixed in 2007.0.
  • The File record is not supported in Web Services yet but this is targeted to our next release in Q2 07 (WSDL v2.6). In any case, you can not upload the file and attach it to a customer as a downloadable in one step. You need to first have the file in the File Cabinet and know its internalId. If you have your User…
  • The platform guide is available in the online help at Guides > Setup > SuiteTalk Platform Guide or on the Developer portal at http://www.netsuite.com/portal/developers/resources/suitetalk-documentation.shtml.
  • NetSuite Web Services authenticate using user credentials not client certificates. Please see the Web Services (SuiteTalk) Platform guide for more details. We do plan to support certificate based authentication in the future, but this is not targeted to a release yet.
  • Generally, you can customize the roles and permissions through Setup > Users / Roles > Manage Roles. However we don't allow adding privileges to the existing "center" related roles. You will need to customize another role or create a new one with the specific privileges you need through Setup > Users / Roles > Manage Roles…
  • All the objects that are currently supported in smbXML (including invoice) will be available in Web Services v2.5 which is targeted to our Sep/Oct release.
  • Nicholas, Sorry you are finding this so frustrating. Could it be that another WS application is using this same login or that the same application with the same login is being run on a different computer? We allow one request per login because there are some aspects of NetSuite that are session dependant such as search…
  • Please file a case about this new issue and provide the SOAP message you are using for "get" and "update" of the field that is causing problems, and post the case number here.
  • The fix for issue 108346 was just released. Please let us know if you still experience any issues.
  • We had a name collision in .Net with our async operation names. The fix for this was released tonight.
  • I think this may have been a glitch with the portal. Please try again and let us know if you are still having problems.
  • Unfortunately the CSV utility does not work for transaction records, I am trying to use the same utility for all of my updates. Makes sense. Also, it is my understanding that the CSV utility is for add only, not update, is this true? I plan to manage my items in Excel and update the NetSuite items as needed. Actually the…
  • We are upgrading the sample applications to correct the cookie container issue and will post to the updated apps to the portal in the next few days. Please let me know which version of our WSDL you were using with .Net 2.0 that resulted in errors. We are resolving some issues with .Net 2.0 and the WSDL v2.0 (beta).
  • I am not sure if we officially support referencing assembly items in smbXML because this item type is not part of the DTD. To be sure, I suggest you file a case with supprt and provide the XML you are using so we can investigate this. As an FYI, Web Services is adding support for assembly and kit items in version 2008.1.