Saltar al contenido principal

Work order counter as batch number counter

Comentarios

4 comentarios

  • Comentario oficial
    Martin Heigl

    Hi,

    The options in configuration wizzard are limited. It's not possible to deliver all needed functions.
    But beas has good customizing function with own script language and you can change many standard functionality via usererevents. See documentation


    you can create a user event and here you can change the "OrderNumber"
    You can develop your own logik.

  • Luis Abellaneda

    Hello Martin,

    I already did that. The last problem is that if I create do the manual creation of the WO, the event do not work.

    Best regards,

  • Martin Heigl

    if it's window based, then it's simple with customizing 

    best is event "update"

     

    here you can define own "order" number. if you need the new work order number (BELNR_ID) then you can use "updated". In this event the new BELNR_ID is available.

    I know, you must develop it 2 times. But in manual process it don't make sense to execute this event.

  • Luis Abellaneda

    It is also working in the workorderrefresh event. Only need to copy the same code to generate the counter as in the createworkorderpos event. Thank you Martin.

Iniciar sesión para dejar un comentario.