Batch Invoicing Script for Crystal Report

SOLVED

I am revisiting a previous issue/post, https://www.sagecity.com/us/sage100_erp/f/sage-100-personalization-customization-and-productivity-tools/160212/udf-header-to-invoice-detail/423464#423464, since I do not have much experience in crystal, do I create the formula in crystal or do I need to create a script in the SO Detail?  I have my SOInvoice detail "UDF_EXTCUSTPO" sourced from the SOHeader "UDF_EXTCUSTPO", I need this UDF on the details to print on the invoice next to the lines for that SO when batch invoicing.  I am assuming the UDF will not change values when the "applied SO" value changes per line.  

Parents
  • 0

    If you don't ever add more than one SO to an invoice, your line UDF should be fine... just add it to the invoice work table, and update the report.

    If you do invoice more than one SO at a time you'd need an invoice detail script (as referenced in the linked thread), so the line UDF value comes from the right SO.  After that, add your field to the work table, then update the report.

Reply
  • 0

    If you don't ever add more than one SO to an invoice, your line UDF should be fine... just add it to the invoice work table, and update the report.

    If you do invoice more than one SO at a time you'd need an invoice detail script (as referenced in the linked thread), so the line UDF value comes from the right SO.  After that, add your field to the work table, then update the report.

Children