Saltar al contenido principal

Shortcut function for expand work order structure list

Respondida

Comentarios

3 comentarios

  • Comentario oficial
    Martin Heigl

    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.htm

    WO 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

  • Stephan Müller

    Hello Martin, 

    thanks for the information.

    Is there also a way to do this without beas usability package??

  • Martin Heigl

    with beas script
    Example: Shift + F5:

     

    global function form_loaded
    key=S-F5=fert:expandall=view=all<wintab>reopen<wintab>warning
    end global

Iniciar sesión para dejar un comentario.