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!
Vinson Checkout for SiteBuilder - Returning to original referrer page
Is there a simple way to get users to be able to return to the page they were on when the first clicked on the Login link when using Vinson?
It used to be part of the old, original SiteBuilder login.
Both Vinson for SiteBuilder and RC 205 send the user to the My Account page when a person just logs in from the redirect function ... the very end with the line window.location.href = touchpoints.customercenter; In SCA it's in the LoginRegiser.Login.View.js file
Before Vinson, when setting up RC 205 I had come up with a custom code and ended up overwriting that line to send the user back to the page they originally clicked the login link from. It worked fine. That code no longer works in Vinson.