My Stuff
Loading
Comments
-
David, No, its not for client-side. Its for an old PeopleSoft integration that requires the XML to be 2-character indented. Can you a imagine? A system that needs its xml visually appealing? At this point, I won't argue. *NOTE: I didn't believe them when they first said the xml needed to be formatted, so I sent them a…
-
markluu, it ended up not working ... you've put null in as the 3rd element at it works?
-
For what its worth ... here's the cleansed code I'm using. var consumerKey = 'asdfasdfasdfadsfadsfadsf'; var remoteAccountID = 'XXXXXXX'; var portalRole = 1234; req.boby.email = 'me@something.com'; req.body.password = '********'; var authKey = 'NLAuth nlauth_account=' + remoteAccountID + ', nlauth_email=' + req.body.email…
-
Hey there, You indicated that you were able to send file information via nlapiRequestURL. Care to share this finding with some sample code?
-
On a slightly different note, why can I not configure a 'Customer Centre' role to use Token Auth? I don't see the logic for excluding them. Netsuite?
-
Hello all, I too am working on building an external portal and plan to use token-based RESTlet communication. I've got everything working dine, expect for one MAJOR issue. I cannot successfully call https://rest.netsuite.com/rest/issuetoken to GET a token. I want the end user to simply enter their Netsuite…
-
No update on this?
-
Great question andy , I've run into the same road block
-
I would suggest using Tactical Connect ... https://www.tacticalconnect.com/. Them them Darren Hill sent ya!
-
Ya, I read that. Not to be used for TBA though.
-
Hi all, I'm out of Georgetown, ON (just outside Toronto). I'm heavily certified and focus on development / integration projects.
-
Thanks for this ... so, no official 'sunsetting' road map. But safe to say 2010 will die out shortly, no?
-
Thanks, T.Watz. Not exactly on point, but appreciate the response!
-
Interesting. Is it possible that Netsuite updates the Line Id on every edit? Wow, that would be devastating.
-
Hmmm, ok. I'll look into that. The issue is I need/want to know this info during the 'create', I'll only get the Apply/Applied info AFTER it's been created.
-
No, I do not overwrite the record. I initially mark everything as 'not received', then, based on the incoming data ... find the line via the lineid, mark it 'received' and update the quantity. So, without lineing up the lineid's ... it all falls apart.
-
Sure, but that's not ideal. If your building custom, that works ... but interacting with 3rd party tools/end points that implement web standards?
-
Thanks Christian, having written in the Netsuite help docs doesn't make it right though. Web standards indicates that GET request (which lacks a body) doesn't required (nor should not have) a Content-Type header. The Content-Type header field is used to indicated that 'body' type of the incoming payload. Its the Accept…
-
Ya, the issue is(was) that the transaction type is Sales Order (non-posting transaction). However, I found a different way (I guess Netsuite does this as well, infers the period based on the trandate). Check this out! SELECT 'WDB' AS Company, EMPLOYEES.NAME AS BMD, TRANSACTION_LINES.SHIPDATE AS Period,…
-
Gotcha al3xicon, thought so. Worth a shot! It wasn't so hard recreating the search as a SQL statement in the end.
-
Hmmm interesting. I thought that to be the case (and have seen it in the past). This may be different. Its a customer field on the 'Address' record. So, its the type you need to go to 'Other Custom Field'. The name is custrecord_shiptotaxid. I looked at the TRANSACTION_ADDRESS table and the ADDRESS_BOOK table ... and no…
-
Anyone else seeing this issue, please attach our Case #3023651 to your case. Thank you!
-
ME!! I've been burning hours trying to figure out why! The Map/Reduce that does this hasn't changed in a while. What's up!?!? This is obviously a huge deal. I have a go live on Monday!
-
Are these ranges used by your local network? No. It happens every morning, and so all my clients are asking me if I'm having problems logging in. In reality, if someone knew I work in Netsuite, what could stop them for trying to login over and over, knowing that the failures would lock me out?
-
Still having issues ...
-
Same here
-
Anyone know if this works for Cash Sales too?
-
If you're just starting out ... why not use SS 2.0?
-
Fair enough gents. Thanks!!
-
I've built a bundle that fully integrates with BrickFTP and offers real-time (that's right ... real-time!) file exchange via sFTP. I'm looking to make this a suiteApp within the next month.