My Stuff
Comments
-
This appears to be fixed now
-
I would check the soap message to make sure the preferences are actually getting put in the soap header. Check the actual soap message that gets sent. Not sure about .net but it doesn't look to me like what you have will do it. Also, another thing to check is that the default Cash Sale form has the created from field…
-
I believe the search type must match the type of the custom field def, surprised you don't get an error. Try something like this: SearchLongCustomField slcf = new SearchLongCustomField(); slcf.setOperator(SearchLongFieldOperator.notEmpty);
-
Many thanks, I'll give it a try. A little creativity helps...
-
We do NS integrations, SuiiteScripting and ODBC reporting for a living, Chris. Feel free to contact us. Thank you, Sohail Malik Suite Business Software, Inc. 101 Embarcadero, ste. 100-A San Francisco CA 94105 Office: 415-772-9200 Mobile: 415-425-9885 sohail@suitesoftware.com NetSuite Integrators since 2002
-
As of 7/31 Issue Number 128519 WS > 2.6 > EntityGroup > isSuccess is missing in search response when no record found to satisfy the search criteria. Status changed from Open - Fix Undergoing Testing to Pending Release
-
I am not seeing amount paid, balance, amount remaining on the invoice record when I do an invoice get(). If this really is not provided (broken?), what is the best way to determine balance on an open invoice? 2 ways I can think of: Search for all applied credit memo, payment ... Credit Memo initialize() with invoice…
-
"Error message received from application via getLastError(): NsWs access error; nested exception is com.netledger.dto.v2_5.faults.InvalidSessionFault: Your connection has timed out. Please log in again." From client who just got moved to v 2007.0.5, prior to which the service was working fine. Was there an issue created on…
-
We're using java - not .net - Any ideas? Thanks - sohail@suitesoftware.com
-
Billj: We have been NS partners since 2002, specializing in integration, ODBC reporting and custom code (javascript, SuiteScript). Please feel free to contact us. Thanks, sohail@suitesoftware.com 415-772-9200
-
Doesn't appear to be in 2007, can anyone confirm?
-
another way is in the UI do a csv export of the customer list, include the internal ID as part of the result set.
-
this appears in beta 11.0.4/WSDL 2.5 too :(
-
Using TransactionSearchBasic search. Once I have search results I iterate and get to retrieve full sales order: RecordRef rr = new RecordRef(); rr.setType(RecordType.salesOrder); rr.setInternalId(so.getInternalId()); ReadResponse readResp = port.get(rr); The search shouldn't be a factor.
-
What's up with this, I am seeing something similar. Sales Order is in Pending Approval status (grey in heading of form) but the order status drop down to approve does not appear on the SO form. When I try to save the order unchanged NS complains: "This order has been partially or fully processed and may not be reset to…
-
It was a Safari issue on the Mac- Firefox works to set Multi-Location - thanks for posting the fix-
-
Wondering what you mean when you say "native", are you referring to the NS add-on from NS partner OnSite? There is no native POS in NS, but OnSite is more "native" or suitescript-based than the stand-alone / NS-integrated POS my company makes (the latter is called SuitePOS).
-
We run an integration between NS & Arena PLM for a manufacturing client, which allows the client to synch component-item updates in Arena PLM with NS Assembly item members. Although members of the Assembly can be kept updated from Arena (which is the system of record), the Assemblies themselves are not supported in web…
-
This is still happening for us, too: 1. cant file a case- it says: "Invalid contact reference key 536245 for company 478204." kinda unreal! 2. We're a dev partner and the login has vanished from our choice of logins??? I need to add an app under the suiteapp portal, but can no longer see that role- Thanks for your help-…