Saltar al contenido principal

Format Search on Beas Field

Respondida

Comentarios

3 comentarios

  • Comentario oficial
    Martin Heigl

    Hi,

    a format search field is not enough for this

    1. if you insert a assemlby with order related structure, beas create the sub positions automatically

    2. same if you create a work order from customer order to work order or mrp to work order 

    3. if you make a receipt (time receipt or manual post in the assembly) you must define the batchnum automatically.

     

    You can do this all with a script in the file workordermanagement.src 

    But for this you need beas script knowledge

  • Liping Li

    Hi Martin,

    Thank you for the reply.   in this case, we have one level BOM, I guess that will simplify the situation.   I understand it needs script work to generate batch number when work order position is created,  as an alternative to customization, I am wondering if I an put a procedure with manual steps, for example, using formatted search to find next batch number, (without actually generate the batch number) and then save it with work order position, and this information flow with assembly position,  so that I can copy it over to Batch number field at the time of production receipt.       to make this workaround work, can I add a formatted search to beas field?

     

    Kind Regards

    Liping

  • Martin Heigl

    Hi,

    thank you for using our Forum!

    in beas formated search not working. You can do all with beas script.

    But for batch generating beas ignore the field "batch number" in the time receipt window. This is only an information field.

    Example for script in work order to fill the batch num field, if you create a new work order postion
    (in this window Crtl+N+U and insert follow script)

    windowevent new
    object=ue_chargenbuchung=naechste_chargennr
    setitem=charge_id=<ncharge>
    end event

    In the batch generation you can check, if a batchnumber is available in this field and can using this.
    More information see BatchGeneration

     

    If you need help, then inform me

     

Iniciar sesión para dejar un comentario.