Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
NS2008.2 -Anyone else having issue with 'Invoking a UI Session from an External App'?
Hi
I have a bash script that uses curl to log into the UI so that I can make use of parts of the Netsuite interface.
It worked really nicely until Netsuite 2008.2 came along now I get: "An unexpected error has occurred. Please go back and try again.".
Here's roughly what I send to the authentication URL:
curl -D header.txt --cookie-jar cookie.txt -d "c=0000000&email=xxxxxx@xxxx.com&password=hidden&taskid=LIST_CALENDAR&id=customrecord1" https://system.netsuite.com/app/webservices/wslogin.nl > loginmessages.html
The available on-line documentation is only for 2007.1 - does anyone know what has changed?
0