0% found this document useful (0 votes)
387 views2 pages

Application Designer Event

This document provides information about common events, images, and the process for deleting an application in Maximo 6. It lists over 30 common events like "SHOWMENU", "ROUTEWF", and "PRINTVIEW" and their descriptions. It also lists image files used in Maximo applications and their folder location. Finally, it provides the SQL statements needed to delete an application by removing it from various Maximo tables.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
387 views2 pages

Application Designer Event

This document provides information about common events, images, and the process for deleting an application in Maximo 6. It lists over 30 common events like "SHOWMENU", "ROUTEWF", and "PRINTVIEW" and their descriptions. It also lists image files used in Maximo applications and their folder location. Finally, it provides the SQL statements needed to delete an application by removing it from various Maximo tables.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Application designer MAXIMO 6

A) Common Mxevent

EVENT DESCRIPTION
SHOWMENU
SHOWBBOARD
STARTCENTER
SIGNOUT
ROUTEWF ROUTE WORK FLOW
RUNAREPORT
SHOWBBOARD SHOW BULLETIN BOARD
PREVIOUS PREVIOUS
NEXT NEXT
PRINTVIEW
RETURNNOVALUE RETURN NO VALUE
RETURNWITHVALUE RETURN WITH VALUE
DIALOGCLOSE CLOSE DIALOG
SPELLCHECK SPELL CHECK
RESETVALUE RESET VALUE
CLEARVALUE CLEAR VALUE
SAVECHANGES SAVE CHANGES
DIALOGCANCEL DIALOG CANCEL
CHANGE
CHANGEALL
IGNORE
IGNOREALL
OKDIALOG OK
DIALOGOK OK
TOGGLESELECTROW SELECT ROW
SELECTRECORD SELECT RECORD
TOGGLEDELETEROW MARK ROW FOR DELETE
TOGGLEDETAILSTATE SHOW DETAILS
APPHELP ADDITIONAL HELP
CANCELDATELOOKUP
APPLYDATELOOKUP
CANCELDATELOOKUP
COPYTERMS
DOREFRESH
RTNIPCSPARES SEARCH NAVIGATOR
SHOWALLSYSTEMS SHOW ALL SYSTEM
GETPATHTOTOP SHOW PATH TO TOP
WOPMS_BYLOC VIEW WORK ORDERS & PMS
CLEARSEARCH

1
CLASSANDATTRIBUTESSEARCH
ITEMAVAIL VIEW ITEM AVAILABILITY
CLASSANDATTRIBUTESSEARCH
REFRESHSLAS REFESH SLA
REFRESHLIST
SSADDNEWATTACHMENTFILE ATTACH FILE
SSADDNEWATTACHMENTWWW ATTACH WEB PAGE
SENDMESSAGE SEND
ADDRECIPIENTS
ADDROW ADD NEW ROW

B) List of image

Image folder : D:\Maximo\applications\maximo\maximouiweb\webmodule\webclient\images

nav_icon_insert.gif
nav_icon_save.gif
nav_icon_clear.gif
nav_icon_previous.gif
nav_icon_next.gif
nav_icon_changestatus.gif

c) To delete an application from MAXIMO 6

delete from maxapps where app='<APPLICATION NAME>';


delete from maxpresentation where app='<APPLICATION NAME>';
delete from sigoption where app='<APPLICATION NAME>';
delete from applicationauth where app='<APPLICATION NAME>';
delete from maxlabels where app='<APPLICATION NAME>';
delete from maxmenu where moduleapp='<APPLICATION NAME>' and menutype!='MODULE';
delete from maxmenu where moduleapp='<MODULE NAME>' and elementtype='APP and
keyvalue='<APPLICATION NAME>';
delete from appdoctype where app= '<APPLICATION NAME>';

You might also like