For what it's worth, I tried creating a custom dialog in Database Configuration. The dialog pops up just fine, but I can't seem to edit or create MAXVARS.
I get an error:
BMXAA4116E - Maxvar type is not valid. It is either not specified, or not one of the "SYSTEM", "ORG" or "SITE". Update the MAXVAR table by ensuring that the given MAXVAR is either a SYSTEM, ORG or SITE level maxvar.

Steps:
1. Add a dialog to CONFIGUR.XML (Database Configuration application).
<dialog id="EDITVARS" label="Edit MaxVars" mboname="MAXVARS">
<section border="true" id="editvars_grid4">
<table id="editvars_grid4_1_1_Table">
<tablebody displayrowsperpage="8" filterable="true" id="editvars_grid4_1_1_Table_tablebody">
<tablecol filterable="false" hidden="false" id="editvars_grid1a_1_1_table2_tablebody_0" mxevent="toggledetailstate" mxevent_desc="Show Detail" sortable="false" type="event"/>
<tablecol dataattribute="varname" id="editvars_grid4_1_1_Table_tablebody_2"/>
<tablecol dataattribute="vartype" id="editvars_grid4_1_1_Table_tablebody_3"/>
<tablecol dataattribute="varvalue" id="editvars_grid4_1_1_Table_tablebody_44"/>
<tablecol dataattribute="siteid" id="editvars_grid4_1_1_Table_tablebody_4" sortable="false"/>
<tablecol dataattribute="orgid" id="editvars_grid4_1_1_Table_tablebody_6" sortable="false"/>
<tablecol filterable="false" hidden="false" id="editvars_grid4_1_1_Table_tablebody_5" mxevent="toggledeleterow" mxevent_desc="Mark Row for Delete" mxevent_icon="btn_garbage.gif" sortable="false" type="event"/>
</tablebody>
<tabledetails id="editvars_grid1a_1_1_table2_tabledetails">
<section border="true" id="editvars_grid1a_1_1_table2_grid2">
<sectionrow id="editvars_grid1a_1_1_table2_grid2_row1">
<sectioncol id="editvars_grid1a_1_1_table2_grid2_row1_col1">
<section id="editvars_grid1a_1_1_table2_grid2_row1_col1_sec1">
<textbox dataattribute="varname" id="editvars__grid1a_13_1_grid2_1"/>
<textbox dataattribute="vartype" id="editvars__grid1a_13_1_grid2_12"/>
<textbox dataattribute="varvalue" id="editvars__grid1a_13_1_grid2_1111"/>
</section>
</sectioncol>
<sectioncol id="editvars_grid1a_1_1_table2_grid2_row1_col2">
<section id="editvars_grid1a_1_1_table2_grid2_row1_col1_sec2">
<textbox dataattribute="siteid" id="editvars__grid1a_13_1_sec2_grid2_1"/>
<textbox dataattribute="orgid" id="editvars__grid1a_13_1_sec2_grid2_12"/>
</section>
</sectioncol>
</sectionrow>
</section>
</tabledetails>
<buttongroup id="editvars_11buttongrid1">
<pushbutton default="true" id="editvars___table_buttongroup_2" label="New Row" mxevent="addrow"/>
</buttongroup>
</table>
</section>
<buttongroup id="editvars_11_buttongrid1">
<pushbutton default="true" id="editvars___33_buttongrid1_1" label="OK" mxevent="dialogok"/>
<pushbutton id="editvars___44_buttongrid1_2" label="Cancel" mxevent="dialogcancel"/>
</buttongroup>
</dialog>
2. Create a new sigoption: EDITVARS (Description: Edit MaxVars)
3. Create a new action menu entry the with sigoption 'EDITVARS'.
4. Give myself security for the sigoption.
5. Log out and in again.
6. Open the new dialog (action in Database Configuration)
Original Message:
Sent: Wed October 06, 2021 11:51 PM
From: User1971
Subject: Edit MAXVARS data via UI
MAM 7.6.1.2:
I want to add a row to the MAXVAR table via the Maximo UI.

Is there a way to do that?
Thanks.
#Maximo
#AssetandFacilitiesManagement