Sage 100

 View Only
  • 1.  I've been trying to solve this on my own for days

    Posted 08-18-2013 09:28
    I've been trying to solve this on my own for days but I've reached the point that I need to cry for help. I'm working on a VI job to update Landed Cost in selected PO Receipts (in PO Receipt of Goods Data Entry) by multiplying the nontaxable total by a run-time assigned value. Selection needs to be based on PO Receipt of Goods 'Invoice Number'. Client typically receives a dozen or more POs with the same invoice number so selecting by Receipt Number won't work. They want to be prompted for the invoice number and have only those POs landed cost updated. The VI job I started to update landed cost uses an ODBC connection to PO Receipt of Goods. I added both PO Receipt of Goods and the PO Landed Cost Entry tables and linked them based on Receipt Number. I want to use a SELECTION based on Invoice Number but none of the PO Receipt of Goods fields appear. Any thoughts or helpful hints?


  • 2.  RE: I've been trying to solve this on my own for days

    Posted 08-18-2013 13:16
    Can you specify what version of Mas you are doing this for?


  • 3.  RE: I've been trying to solve this on my own for days

    Posted 08-18-2013 14:28
    This is Sage 100 advanced, v5 or 2013.


  • 4.  RE: I've been trying to solve this on my own for days

    Posted 08-19-2013 14:12
    You could try using a UDT where the key is the receipt number. If you write the receipt number and nontaxable amount to the UDT in PO receipt entry, then in the import populate a UDF tied to the UDT, you MAY be able to read the nontaxable amount. Otherwise you could skip the VI job and script it.