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.
Cross domain log-in not working
I'm currently working on a new web site using Commerce API and have an SSP page registered as a touch-point for login/register.
With a returning customer, I pass a customer object to my login.ss handler. The hander logs the customer in using shoppingsession logIn(customer) and returns the response redirect URL. I forward the user to the redirect URL and they're now recognised and logged in on both website and shopping domains.
With new customers, I pass registration data as a customer object to register.ss. The script registers a new account using shoppingsession registerCustomer(customer) and returns the response redirect URL. I forward the user to the redirect URL and they're now recognised and logged in on the web domain - but on the shopping domain, isLoggedIn() and isRecognized() both return false.