Maximo

 View Only

 Operational Dashboard Maximo 9

vinodhini murugesan's profile image
vinodhini murugesan posted Wed July 23, 2025 05:33 AM

I am customizing the operational dashboard using the docker. My customized content is visible in all the tabs of operational dashboards. But it should be visible only in the specific dashboard tab. Below is the existing structure of xml. Need help to reorganize it to make my content in my custom dashboard. The content inside the box element is now visible in all the dashboard tabs like Maintenance Manager and all the custom dashboards. How to make this visible only in my custom dashboard.

<maximo-application>

   <messages/>

   <maximo-datasource/>

   <json-datasource>

   <pages>

       <page>

          <states><state>..<state/></states>

                <header-template title="Operational dashboard"...>

                   <view-manager slot="tabs" for-dashboard="nx_pv" size="medium" delta-mode="true" id="d9ary"/>
               </header-template>

               <dashboard title="Maintenance Manager" description="Maintenance Manager" id="nx_pv"...>

                  ..............................

               </dashboard>

               <box>

                  ......................................................

               </box>

           </page>

      </pages>

</maximo-application>

        

Andrew Jeffery's profile image
Andrew Jeffery IBM Champion

Hi Vinodhini,

Can you describe what you wish to appear in a single tab of the Operational Dashboard.

The Operational Dashboards and Work Queues are still being developed. If what you are trying to achieve is something that might be considered generic, then you should raise an IBM Idea and let people vote for it.

I've just created 8 Ideas on the Operational Dashboard to close the gap to the Start Center functionality. You can get all the links here, perhaps your requirement is one of the these. https://www.linkedin.com/feed/update/urn:li:activity:7354101685465542656/

Regards - Andrew

vinodhini murugesan's profile image
vinodhini murugesan

Thanks Andrew. I have created charts and few check boxes to filter . Those are really working fine. But I need to identify the current tab from my appcustomizations.js, so that I can hide the new content like the check boxes, button and the charts to be visible only in the specific tab.

Thanks and Regards

Vinodhini Murugesan