Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
Expand all | Collapse all

suggestion on lookup.xml , menu.xml add in maximodev cli dbc file

  • 1.  suggestion on lookup.xml , menu.xml add in maximodev cli dbc file

    Posted Thu December 03, 2020 06:44 AM
    Hi Maximo Team , 

    Can anyone suggest me how to add system.xml( lookup.xml, menu.xml etc)  file custom xml data into dbc file . 

    Sample Code : 
     lookup.xml

    <table id="Test" inputmode="readonly" selectmode="multiple" whereclause="queryonly = 0 and usewith = 'INTEGRATION'">
    <tablebody displayrowsperpage="20" filterable="true" filterexpanded="true" id="Test_lookup_QB">
    <tablecol dataattribute="testname" id="Test_lookup_tablebody_col_2QB" label="Test Object" mxevent="selectrecord" mxevent_desc="Go To %1" sortable="true" type="link"/>
    <tablecol dataattribute="testdescription" id="Test_lookup_tablebody_col_3QB" label=" Test Description" mxevent="selectrecord" mxevent_desc="Go To %1" type="link"/>
    </tablebody>
    </table>

    Dbc file creation link
    Database configuration scripts (ibm.com)

    Thank you 

    Regards , 
    Bala

    ------------------------------
    Bala Chendrayudu
    ------------------------------

    #Maximo
    #AssetandFacilitiesManagement


  • 2.  RE: suggestion on lookup.xml , menu.xml add in maximodev cli dbc file

    Posted Fri December 04, 2020 09:00 AM
    Screen changes are done using a MXS file. It's executed similar to a DBC file (using runscriptfile for example), but is specific to screen changes. The way we typically build the MXS file is using the MXDIFF utility (IBM Maximo Asset Management Tools). You have a copy of the file (pre change) and a copy of the file with the changes and it'll generate the MXS file to get it from the first file to the second.

    ------------------------------
    Steven Shull
    Director of Development
    Projetech Inc
    Cincinnati OH
    ------------------------------



  • 3.  RE: suggestion on lookup.xml , menu.xml add in maximodev cli dbc file

    Posted Mon December 07, 2020 05:16 AM
    Thank you so much for your response  Steven Shull

    ------------------------------
    Bala Chendrayudu
    ------------------------------