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.
How to create unique encrypted session string
These are questions likely for the NetSuite experts but anyone who has a ideas/suggestions would be welcomed.
With lack of outbound single sign-on capability in NetSuite, and no desire to incorporate web services at this time, I need a way of constructing a link in our customer center that connects with a web server on our corporate DMZ (likely a PHP script), that can somehow determine that the request is coming from a logged in NetSuite user.
The thinking is that I could somehow grab specifics of the logged in users session (session Id, user Id, and some other info) and somehow encrypt it using standard DES javascript encryption (Server-side?) using some secret key and applying this to the query string of the hyperlink the user will click on.