CA Service Management

  • 1.  Rename a Right-Click Menuitem "Callback" option

    Posted Sep 21, 2017 04:18 PM

    Could anyone please let me know on how to rename a Right-click menu item like CallBack option?

    I have identified stdlist.js and resultxxx.js files for renaming the Callback menu but to no luck yet.



  • 2.  Re: Rename a Right-Click Menuitem "Callback" option
    Best Answer

    Posted Sep 22, 2017 02:52 AM

    Hi,

     

    all JavaScript button labels and messages are in file msg_cat.js (file location $NX_ROOT\bopcfg\www\wwwroot\scripts). The row you are looking for is 

     

    __messages["Callback..."]="Callback...";

     

    Modify this row and save file in $NX_ROOT\site\mods\www\wwwroot\scripts

    __messages["Callback..."]="My Callback";

    Second option (better) is copy this row in file "msg_cat_site.js", rename the label and save file in $NX_ROOT\site\mods\www\wwwroot\scripts

     

    Note: This customization also rename button in menubar 
    Note 2: After customization:

    • Logout from SDM
    • Clear the browser cache (CRTL+F5)
    • Login to SDM and check customization

     

    Hope this helps

    Bye

    Lumir