IBM Support

Customizing the IBM Case Manager Client to hide or show existing banner content

Question & Answer


Question

How can we customize the IBM Case Manager Client to hide or unhide/show existing banner content?

Answer

Use the following steps to customize the existing banner content displays:

1. In the share settings of the Solution Space, ensure that the Edit permission only applies to the Admin user or group that you want to see these links. All others users and groups should not be part of the Edit settings. Grant other users access as View users.
2. Update the banner.css file that includes a set of rules for hiding banner elements. These rules are commented out by default. In order to hide the Go to Spaces and Manage Spaces links from users having view access only, remove the comment markers surrounding them in the banner.css file.

The following banner.css file has been updated:

   .bspace-viewer .bannerActionLinksDiv #gotoSpacesLink {
                display: none;
   }
   .bspace-viewer .bannerActionLinksDiv #gotoSpacesLinkSeparator {
                display: none;
   }
   .bspace-viewer .bannerActionLinksDiv #manageSpacesLink {
                display: none;
   }
   .bspace-viewer .bannerActionLinksDiv #manageSpacesLinkSeparator {
                display: none;
   }

After editing the banner.css, do the following steps:
1. Stop the WebSphere Application Server
2. Delete the temp and wstemp directories under the <WAS_Install_Home>/profiles/<profilename>
3. Start WebSphere Application Server
4. Close all previously opened browser sessions on all client machines
5. Be sure to clear the browser caches on all client machines
6. Open new browser session on client machines and login to IBM Case Manager Client

The banner.css file is available under the http://<BSPACE_HOST>:<BSPACE_PORT>//mum/mycontenthandler/mm/dav/filestore/public/themes/bspaceTheme/banner/bspace directory. Use web-based Distributed Authoring and Versioning (WebDAV) to access this directory.

More info about the WebDAV setup can be found at the IBM Business Space Information Center.

http://publib.boulder.ibm.com/infocenter/dmndhelp/v7r5mx/index.jsp?topic=/com.ibm.wbpm.bspace.admin.doc/customizing/tadm_bsp_deploycustom.html

For Example:

BEFORE making the changes to hide banner elements:

    For the Admin user, listed as an Edit user, who is logging in to Case Manager Client, the banner displays as follows:


    For the non-Admin user, listed as a View user, who is logging in to Case Manager Client, the banner displays as follows:


AFTER making the changes to hid banner elements:
    For the same Admin user, listed as an Edit user, who is logging in to Case Manager Client, the banner displays as follows:


    For the same non-Admin user, listed as a View user, who is logging in to Case Manager Client, the banner displays as follows:


More info about this customization can be found at at the IBM Business Space Information Center.

http://publib.boulder.ibm.com/infocenter/dmndhelp/v7r5mx/index.jsp?topic=/com.ibm.wbpm.bspace.admin.doc/customizing/tadm_bsp_deploycustom.html

[{"Product":{"code":"SSCTJ4","label":"IBM Case Manager"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Case Manager Client","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"},{"code":"PF027","label":"Solaris"}],"Version":"5.1.1.0;5.1.0","Edition":"All Editions","Line of Business":{"code":"LOB45","label":"Automation"}}]

Product Synonym

Advanced Case Management;Case Manager;IBM Case Manager

Document Information

Modified date:
17 June 2018

UID

swg21614990