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
  • 0

    is FOB a UDF that you added?  If it was added to SO_SalesOrderHeader, it should automatically be included in the selection grid.  UDFs added to SO_SalesOrderDetail however will not be available to use in the selection grid.  If you must filter at the detail level, you may want to consider adding a run time parameter to the crystal report for the form code used.

  • 0 in reply to David Speck

    No it's not a UDF, I think it's part of the SO_SalesOrderDefaults table.

  • 0 in reply to Brown0987
    SUGGESTED

    While looking at the table for something else, i saw the standard FOB field.  Since it is a standard field, you have two options,

    1. Create a mirrored UDF for the FOB field and use a script to handle mirroring the data from the standard FOB field to the UDF so the UDF will show up in the selection grid.
    2. Modify the crystal report behind the form code and add a runtime parameter to prompt for the FOB to be entered by the user and then use the parameter in the group selection.
Reply
  • 0 in reply to Brown0987
    SUGGESTED

    While looking at the table for something else, i saw the standard FOB field.  Since it is a standard field, you have two options,

    1. Create a mirrored UDF for the FOB field and use a script to handle mirroring the data from the standard FOB field to the UDF so the UDF will show up in the selection grid.
    2. Modify the crystal report behind the form code and add a runtime parameter to prompt for the FOB to be entered by the user and then use the parameter in the group selection.
Children