Communications Express Enable Default View All

From MsgServerDocWiki

Jump to: navigation, search

How do I enable the DROP DOWN LIST VALUE beside View (next to Quick Search) from Default to All everytime a user logs in?

Customize the main.js file (located in the <install_dir>/SUNWmsgsr/config/html directory), search for "encode('ALL NOT deleted')" and modify it to encode('ALL'). Then clear your browser's cache and test for the desired result.

In a related question, to personalize the "predefined view" in order to see all messages (including those marked deleted) for an "All" type view, you also customize the main.js file. Search for "encode('Predefined')" and modify it to encode('ALL').

Personal tools