Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Custom UI Assistant.."FINISH"
I have created a UI Assitant. It works the way i like. However, i get to the finish step and it display the "you have finished Message" but there is no way to get back to dashboard. I have tried a redirect but then my assitant doesn't results.
Below is my Post code to handle the finish. Any help will be appreciated.
if (assistant.getLastAction() == "finish") { assistant.setFinished("You have completed the Test."); assistant.sendRedirect(response);//send response to reset assistant //nlapiSetRedirectURL('tasklink', "CARD_-29"); } 0