Print SO Line Number on Packing Slip & Invoices on crystarl report

SOLVED

Hello Everyone,

Looking for a little help on how to print the sales order line number on Packing Slips & Invoices.

We are finding every time a partial order is shipped the line numbers are renumbered starting at one based on the remaining lines to be shipped.

We would like to retain and report the line number as reflected in the SO_SalesOrderHistoryDetails.tbl, but I am not finding any way to link the reported data back to this table.

Please note: the Item Number cannot be used, as there are many lines with duplicated item numbers, and these lines may not ship in the sequential order.

Thanks in advance for any help or ideas,

Bradley Wolosz

Hainbuch America

Plant Operations Manager 

Parents
  • 0
    SUGGESTED

    The detail table's LineKey field is very similar to most databases InternalId. Each time a new line is added, the next sequential value is assigned to the LineKey, if a line is deleted, is does not affect this sequence, if a line is reordered, it does not affect this sequence. This is a permanently assigned value to the line and is entirely based on the order of lines being added.

    The detail table's LineSeqNo field is very similar to the LineKey field but will change when lines are reordered, Sales Order Entry uses this field to determine the display order of lines on the Lines tab.

Reply
  • 0
    SUGGESTED

    The detail table's LineKey field is very similar to most databases InternalId. Each time a new line is added, the next sequential value is assigned to the LineKey, if a line is deleted, is does not affect this sequence, if a line is reordered, it does not affect this sequence. This is a permanently assigned value to the line and is entirely based on the order of lines being added.

    The detail table's LineSeqNo field is very similar to the LineKey field but will change when lines are reordered, Sales Order Entry uses this field to determine the display order of lines on the Lines tab.

Children
No Data