Shortcut function for expand work order structure list
AnsweredIf you want to expand a work order in work order structure list you need to click too much to expand the whole work order. A short cut function would be very nice.
Short cut functions at all would be very nice for using in beas.
-
Official comment
Hi,
you can do this with Beas Usability Package in simple way with beas usability package.
See http://www.beascloud.net/docs/help/online_eng/index.html?b1up_integration.htmWO Structure - right mouse click - Add validation ...other event

Event KeyDown
Define the Key and Modifier

Condition = "beas script" and the script self (copy from debug log)
fert:expandall=view=all<wintab>reopen<wintab>warning
Now beas expand a work order complete, if you click Crtl+F5
-
Hello Martin,
thanks for the information.
Is there also a way to do this without beas usability package??
-
with beas script
Example: Shift + F5:global function form_loaded
key=S-F5=fert:expandall=view=all<wintab>reopen<wintab>warning
end global
Please sign in to leave a comment.
Comments
3 comments