External Purchase Order default values - Beas External Production
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
1
-
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 -
Perfect, thanks.
Iniciar sesión para dejar un comentario.
Comentarios
2 comentarios