All;
How to access the toolbar buttons on a labor tab on WO screen?
I am able to access the main toolbar on the WO screen but I want to access buttons available on labor tab only.
Any help will be appreciated.
Thanks,
MJ
Submit : Ext.ComponentQuery.query('[name=submit]')[0]
Add labor: Ext.ComponentQuery.query('[name=addlabor]')[0]
Clear : Ext.ComponentQuery.query('[name=clear]')[0]
Thanks @herve-loyer Much appreciated.