Saltar al contenido principal

Create an SQL to link Production Orders from Sales Order Line Items

Comentarios

4 comentarios

  • Martin Heigl

    Hi, do you work with reservation?

  • TI Hybel

    Not yet, but we are planning to

  • Martin Heigl

    Hi,

    if you create a work order from sales order, the work order is linked automatically. Why do you need to link again?


    BEAS_FTPOS
    basetype = 17 (sales order)
    auftragint = ORDR.DocEntry
    basedocnum = ORDR.DocNum
    auftragpos (rdr1.linenum)
    baseline (rdr1.linenum)
    auftragherkunft "K"

  • TI Hybel

    Hi Martin!

    My report didn't like with linenum of Sales Order... Your asnwer solve my question!

    these two columns are the conection that I was looking for!

    auftragpos (rdr1.linenum)
    baseline (rdr1.linenum)

    Thank you so much!

     

     

Iniciar sesión para dejar un comentario.