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.
Reference My Account - Menu Item to open in existing window
Wonder if anyone else has gone further to customise My Account Reference Module and could provide some help in this.
I have added a new menu item to Profile.js to open a Saved Search using the codes below
, {
id: 'loyaltypoint'
, name: _('My Loyalty Points History').translate()
, url: '/app/common/search/searchresults.nl?searchid=48'
, index: 6
}
When I click on the 'My Loyalty Points History', it opens up the Saved Search.
Cool! however, it opens the Saved Search in a separate window that does not have the Header, Menu and Footer. Just the Saved Search itself with a totally different look as the rest of the website.