Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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?