This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jul 30, 2018, 11:27 AM
7 Posts

inotes 9 customize add menu action sent view

  • Category: Mail
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: inotes 9 customize menu action sent view
  • Replies: 0

Hi all, I'm try to customize the "sent" view menu bar in Inotes 9, I try to add submenus to "more" item, but, while in inbox folder all works fine using this code in custom_JS_Lite:

...

var bLeftItems = true;
var aAdd2 = [
             { find_id: "more", id: "more", update: true,
         submenus: [
        {title:"abc", action:"LoadCompact{}"},
                             {title:"def", action:"ReportSpam{}"},
        {is_divider:true},

...and so on
    ]}
];
addActionsLite( s_MenuID, bLeftItems, aAdd2 );

the same code does not work  in "sent" view and nothing happen...

where am I wrong?

Thank In advance for any help.

Regards


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal