External Purchase Order default values - Beas External Production

Fabio

Hi ,

I use external production in Beas and generate normal purchase orders, how can I make the script standardize the values ​​of some fields in the order?

Example, field Utilization = 25, field Notes = 'my purchase order cool'..

Rgs

Fabio

Comentarios

2 comentarios

  • Comment author
    Martin Heigl

    Hi, 

     

    the system call the windowevent "purchaseorderline" for every line while creating purchase order.

    Object name of the purchase order is "porder"

    Here you can change all fields from the order

    example customizing script for this window

    windowevent purchaseorderline
    porder.comments="my purchose order cool"
    porder.line.U_myudffield="25"
    if <dw_1.item.beas_ftpos_project> = "abc" then
    ...
    end if
    end event
    1
  • Comment author
    Fabio

    Perfect, thanks.

    0

Iniciar sesión para dejar un comentario.