Purchase Receipts: Show PO on left list

SOLVED

Is it possible to add the PO number to the purchase receipts left list?


I've tried adding "PRECEIPTD" PO number to this left list object "PRECEIPT" but everything I've tried did not work. I'm assuming I need to add an automatic link but the expressions I've tried have not worked. 

 

Parents
  • 0
    SUGGESTED

    Hi, this will not work as one receipt can contain more then one purchase order. Can you explain the business need why do you need to see on receipt PO number if the same information can be seen already from PO directly?

  • 0 in reply to G@G

    Our receipts will never contain more than 1 PO per receipt. I figured you could do an automatic link and specify the line to grab the first PO number. 

  • +1 in reply to Zach Porter
    verified answer

    The index for PRECEIPTD is the PTDNUM and the receipt line number. You can specify the line number to 1000 to always pick the first receipt line. 

    I would do something similar to below. Even though PRECEIPTD may already be on the PTH object, I would not mess with it since it's part of the standard. I would add another line of PRECEIPTD and give it a ZPTD abbreviation

    Then on the selection tab, instead of referencing the table, use the expression to reference your ZPTD table and field

    I hope this helps

Reply
  • +1 in reply to Zach Porter
    verified answer

    The index for PRECEIPTD is the PTDNUM and the receipt line number. You can specify the line number to 1000 to always pick the first receipt line. 

    I would do something similar to below. Even though PRECEIPTD may already be on the PTH object, I would not mess with it since it's part of the standard. I would add another line of PRECEIPTD and give it a ZPTD abbreviation

    Then on the selection tab, instead of referencing the table, use the expression to reference your ZPTD table and field

    I hope this helps

Children