Wednesday, July 3, 2019

Customize Text of Menus in Reference My Account


Applicable to the following versions:
Reference My Account v1.01.0 Bundle ID 36478
Reference My Account v1.02.0 Bundle ID 50220
Reference My Account v1.03.0 Bundle ID 53049
Reference My Account v1.05.x Bundle ID 69018

Reference My Account displays a left side navigation menu. Users may customize the text of the Menus by modifying the Profile.js file.

 
Requisites:

1. Custom My Account folder is already populated with files copied from the Reference My Account folder.
2. Setup > Site Builder > Set Up Web Site > Touch Points tab:
Name: View Customer Center
SSP Application: Custom My Account

Steps:

1. Navigate to Setup > Site Builder > Web Site Hosting Files.
2. Navigate to SSP Applications > NetSuite Inc. - My Account > Custom My Account > js > src > app > modules folder.
Note: For v1.02.0 & v1.03.0, navigate to SSP Applications > NetSuite Inc. - My Account > Custom My Account > js > src > app > modules > Profile folder
3. Edit Profile.js.
4. Inside the MenuItems are the menu names that you can change. Be sure to change the text inside the parenthesis like below:

, MenuItems: [
   {
    id: 'home'
   , name: _('Home Change Text').translate()
   , url: '/'
   , index: 0
   }

5. Save.

No comments:

Post a Comment