How to add FOB to Picking Sheet Printing filters

SUGGESTED

Is there any way to add FOB field to the grid on Picking Sheet Printing?

I'm not seeing it in any data source when trying to map a UDF on SO Sales Order Header.

Parents Reply
  • 0 in reply to Brown0987
    SUGGESTED

    Correct. 

    You can assign the script to the post validate event of the FOB field and/or the pre write event of the SO_SalesOrderHeader table.

    Assigning it to both events will make sure the UDF will always be updated in case you have some sales orders out there where the FOB has been set already but might get additional changes made to fields other than the FOB field.

    Alternatively, you could just assign it to the post validate of the FOB field and then after you implement the script, do an export and import to populate the UDF with the FOB value for all existing orders so moving forward from this point onward, the script will handle mirroring the value.

Children