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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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.
0