My Stuff
Comments
-
Just a bump
-
Also you could post process the order and put a check and a date on the customer record when they order the item and track it that way. If there is already a check mark on the customer record for that item do not update the date or don't offer the item to them. We use this method for a lot of our processing, it can work…
-
You will also need to watch for slight variations of the spelling of the name. For instance if the customer is a "guest" of the originating marketplace, a typo in their name (yes it happens) will cause the search to return null, even if it is a previous customer, similarly short forms for names will cause the problem as…
-
Not as of yet - I'll give it a go and post back once I get a chance
-
Yes, but.... In order to create a new PDF form you need to create a new PDF layout from scratch. See https://usergroup.netsuite.com/users/showthread.php?t=28935&page=2 for a short discussion on the API. Be warned though - you'll be creating a PDF via XML/XHTML code: xmlP1 = '<?xml version="1.0"?>' + '<!DOCTYPE pdf…
-
Hi all, I need to "get" a Purchase Order (PO) object by it PO Number. So far I was able to get a PO using its internal ID, but in reality I need to work directly using PO Number. Although I am working with C#, if anyone can share a Java experience (and maybe some code) will also be highly appreciated. Thanks. How do you…
-
When I set the otherrefnum ( the PO number ) I also set the externalId to the same value, This works well if your creating the sales orders via web services as you can do both at the same time, otherwise I'm not sure if you can set the external ID via the UI or Suitescript (i've never tried) Once the PO and external ID are…
-
I gave 'id' a try gsan with no resolution, still returning null.
-
Thanks for the reply Frederic. I tried your code and am still getting null: Edit: I need more coffee :) I got it working, thanks a ton!
-
Thanks Oliver and tbuffington for your input. I will go the search route.
-
I have strongly considered doing so - its my backup if I am unable to script against the record. I'd rather use the existing record object if possible. Thanks for confirming some of my ideas tbuffington :)
-
I can find the related records when viewing the sales order manually, however I am unable to locate an ID for the subtab/sublist in order to script it which is our requirement. Currently we have a script that automates cash sales and we want to add redundancy to the script to ensure we do not have a double billing…
-
FYI, if anyone is experiencing this issue, edit your .project file and ensure the contents are similar to: <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>NetSuite</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>com.aptana.ide.core.unifiedBuilder</name> <arguments>…
-
I was able to reproduce this issue on a co-workers machine. The solution was to change the project type to Web by right clicking on the project choosing -> Properties -> Project Natures -> Web and ensuring it is primary. Once this was done code complete worked properly.
-
I'm using Studio 3 with no issues. For code completion make sure you have the NS Api inside your project as a standard file. With Studio 2 you had to add a global reference - this is no longer the case with Studio 3. I have found that the standard ctrl+space works, as well as predictive typing for the API as well as custom…
-
This is new behaviour to us as well. I just had support advise they are creating a new defect to further investigate these response times.
-
absolutely
-
I had a defect filed yesterday that is currently categorized as S1: Defect 288228 Scheduled scripts are staying in pending status for up to 53 minutes before processing. This is affecting us significantly. No updates have been provided since it was filed however. *update* The defect is in the hands of the development team.…
-
Down here as well
-
We have SOAP errors, all of our integrations are down, unexpected errors when loading customers - definitely not resolved
-
I've created a case - I'm sure support will appreciate the deluge of cases they're about to get from customers who have been down for ~8 hours.
-
I have defect 503005 for SOAP related errors ( our integrations are down )
-
Still receiving errors here. Just had our case closed by support indicating resolved, yet no actual resolution.
-
Well, that's my findings as of right now - I was able to confirm via SOAPUI that the getDataCenterUrls returns the domain specific endpoints for 2016.1, which are not working for me. The rep I spoke too seems to think that the domain specific endpoints were only to be rolled out for 2017.2 and later, so I'm thinking…
-
Support responded back re the case indicating that the 2017.2 endpoints aren't live yet. Mind you this didn't help me as I am using 2016.1, but for anyone trying the latest WSDL this may be the issue.
-
@jschneller, even making a call to the rest endpoint returns the domain specific URL: "dataCenterURLs": { "webservicesDomain": "https://xxxxxx.suitetalk.api.sandbox.netsuite.com", "restDomain": "https://xxxxxx.restlets.api.sandbox.netsuite.com", "systemDomain": "https://system.sandbox.netsuite.com" }
-
From support: "The account specific domain, xxxxxx.suitetalk.api.sandbox.netsuite.com is still on experimental stages. I suggest that you use the other method to do a getDataCenterURL for a more stable link." So there ya have it - don't use the getDataCenterURls call.
-
Thanks, case filed with support
-
Support just got back to me - there is a defect filed for this. "Defect#462003: Account Specific Domain Name causing unknown host exceptions in sandbox only." - Currently categorized as a U5 priority with a 3-6 week turn around. In the interim I've modified the DataCenterAwareNetSuiteServiceLocator class that NetSuite…
-
Can anyone confirm if this happened last night?