Editing a UDF field in SO Invoice Data Entry after going thru Shipping Data Entry.

I've added a UDF to display the customers shipping acct number in Sales Order Entry. But I've run into an issue where the field can't be edited in SO Invoice Data Entry or Purchase order entry. I can however edit in Shipping Data Entry, but the changes to the field don't follow through to Invoice Data Entry.. Is it possible to edit this UDF field in SO invoice data entry, like how the ship via and FOB fields can be changed?

 

I created the UDF with manual entry in SO Sales Order Header and mapped it using these steps:

 

  1. Expand Modules, Custom Office, Main.
  2. Double-click User-Defined Field and Table Maintenance.
  3. Expand Sales Order, and select the SO Sales Order Header table.
  4. Click the Edit Fields button.
    • Click the Add button, and enter the following information:
      • Field Name = SOHEADER
      • Source = Manual Entry
      • Click OK at the “Changes have been made to the user-defined fields…” dialog box to update the ODBC data dictionary and UDF data files.
  5. Select the SO Sales Order Work table. Enter the UDF created above in SO_SalesOrderHeader. Select the following:
    • Source = Business Object
    • Business Object = SO_SalesOrderPrinting_rpt
    • Data Source = SO_SalesOrderHeader
    • Column = UDF_SOHEADER
    • Click OK , and update the ODBC data dictionary and UDF data files.
  6. Select the SO Invoice Header table. Enter the UDF created above, SOHEADER. Select the following:
    • Source = Business Object
    • Business Object = SO_Invoice_bus
    • Data Source = SalesOrderNo
    • Column = UDF_SOHEADER
    • Click OK , and update the ODBC data dictionary and UDF data files.
  7. Select the SO Invoice Work table, and enter the UDF created above, SOHEADER. Select the following:
    • Source = Business Object
    • Business Object = SO_InvoicePrinting_rpt
    • Data Source = SO_InvoiceHeader
    • Column = UDF_SOHEADER
    • Click OK , and update the ODBC data dictionary and UDF data files.

Sales Order Entry

Shipping Data Entry

So Invoice Data Entry