for example in Workorder Tracking Application, when user moves to PLAN tab, record should save.
Logout and Login
we are done:
------------------------------------
in PO application, Save record when clicks on POLINE tab
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
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