Discussions
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
Get logged user name using web services
Hi all,
as with my previous thread, my apologies in advance since I'm a newbie in NetSuite platform.
I was able to build a successful custom login page using .NET and NetSuite Web Services. Like most restricted areas on web sites out there, I'd like to show the logged user name and role name, and eventually a drop down box so users could switch roles.
I noticed that the sessionInfo object has a userId property, which turned not to be my user id in NetSuite. Also, I was not able to find an easy way to get my user record - if it is possible to do it. I tried to look for myself as a contact, for instance, using this userID as internalID, and I got a "record not exists" error. Is the only way to search for my name in customers, employees and contacts?