Saturday 14 January 2017

Save Record When User Moves from One Tab to Another | IBM Maximo

for example in Workorder Tracking Application, when user moves to PLAN tab, record should save.

Export presentation XML file from application designer, 
filter workorder tracking application, 
note: make a copy (backup)
open XML in notepad

find 'tab' element i.e. <tab id="plans"
add tabchangeevent="save" property in tab element

it will look after adding
<tab id="plans" label="Plans" tabchangeevent="save">

Logout and Login
we are done:

------------------------------------

in PO application, Save record when clicks on POLINE tab

Go To – System Configuration – Platform Configuration – Application Designer – Access the PO application
1 Export XML (PO.XML)
2 backup
3 open in notepad, and find tab element <tab id="polines" tabchangeevent="save">
4 add tabchangeevent="save">


Logout and Login

No comments:

Post a Comment